Skip to content

V1 walkthrough aug10 - #3

Merged
Nitya Narasimhan (nitya) merged 3 commits into
microsoft-foundry:mainfrom
nitya:v1-walkthrough-aug10
Aug 11, 2026
Merged

V1 walkthrough aug10#3
Nitya Narasimhan (nitya) merged 3 commits into
microsoft-foundry:mainfrom
nitya:v1-walkthrough-aug10

Conversation

@nitya

Copy link
Copy Markdown
Contributor

No description provided.

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
Nitya Narasimhan (nitya) merged commit 1858a0e into microsoft-foundry:main Aug 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant