V1 walkthrough aug10 - #3
Merged
Nitya Narasimhan (nitya) merged 3 commits intoAug 11, 2026
Merged
Conversation
Lab 01: - Primary command is now 'azd provision' (not 'azd up'). 'azd up' remains usable but the two-step flow scopes retries and mirrors the DevOps loop. - Fix Verify note: model deployments do NOT appear as RG rows in Azure Portal; point to Foundry portal -> Build -> Models instead. - Clarify that ACR/Search/Storage are added later when Lab 05 flips ENABLE_HOSTED_AGENTS. Lab 05: - Remove the 'Steps - deploying via the portal' section. The current Foundry portal can view/manage hosted agents but has no create flow today. - Add a 409-on-create gotcha with the concrete recovery path (azd down --purge --force -> azd env new <different-name> -> provision -> deploy) since a fresh env name changes uniqueString() and dodges the stale data-plane state. README + Lab 00: rename Lab 01 references from 'azd up' to 'azd' for consistency with the split flow. AGENTS.md: document the two gotchas so future edits don't reintroduce the fake portal path or lose the 409 recovery. Deferred: adding an AZURE_RESOURCE_TOKEN suffix to the on-server agent name in azure.yaml. That touches infra/main.bicep + azure.yaml + src/ agent metadata + Kusto queries and merits its own PR.
…ision' flow Lab 03: switch three azd up mentions (goal, Steps subheading, model-override tip) to azd / azd provision so they match the Lab 01 primary command. Core Lab 05 capstone: drop 'azd up' from the teardown-note; azd down clears what was provisioned regardless of whether azd up or azd provision created it. Descriptive azd up references in .github/PLAN.md, infra/README.md, scripts/provision-portal.md, labs/more/trace-driven-datasets.md, and the Lab 01 'why not azd up' callout are intentional and left as-is.
Nitya Narasimhan (nitya)
merged commit Aug 11, 2026
1858a0e
into
microsoft-foundry:main
1 check passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.