Skip to content

Fundamentals walkthrough: automate model deploy, wire hosted-agent azd deploy, refresh labs - #2

Merged
Nitya Narasimhan (nitya) merged 1 commit into
mainfrom
v1-walkthrough
Aug 10, 2026
Merged

Fundamentals walkthrough: automate model deploy, wire hosted-agent azd deploy, refresh labs#2
Nitya Narasimhan (nitya) merged 1 commit into
mainfrom
v1-walkthrough

Conversation

@nitya

Copy link
Copy Markdown
Contributor

End-to-end pass over the Fundamentals path while walking it live.

Highlights

  • azd project: add azure.yaml (infra + hosted-agent service) so the repo is a valid azd project.
  • Models auto-deployed: AI_PROJECT_DEPLOYMENTS default in infra/main.bicep now deploys gpt-5.4-mini (concierge) + gpt-5.4-judge; adds AZURE_AI_MODEL_DEPLOYMENT_NAME / AZURE_AI_JUDGE_DEPLOYMENT_NAME outputs.
  • Hosted-agent deploy fixed: azure.yaml service block (host: azure.ai.agent, codeConfiguration, python_3_13, responses 2.0.0); deps switched to agent-framework-foundry (+ agent-framework-foundry-hosting) to resolve the agent-framework-core conflict.
  • Rename: hosted agent contoso-concierge -> contoso-travel-concierge (src, src.original, labs) for naming parity with the prompt agent.
  • Data: add upload-ready data/json/ (the vector index rejects CSV).
  • Labs 00-06: updated to the new Foundry nav + real azd flow; embedded screenshots.
  • Devcontainer: install/update the azure.ai.agents extension.
  • Misc: WIP banner in README; add missing artifacts/evaluators/reference/.

Note: repo still carries the WIP banner — not yet ready for public use.

- Add azure.yaml (infra + hosted-agent service) so azd recognizes the project
- Auto-deploy gpt-5.4-mini + gpt-5.4-judge via AI_PROJECT_DEPLOYMENTS default in main.bicep; add deployment-name outputs
- Rename hosted agent contoso-concierge -> contoso-travel-concierge (src, src.original, labs)
- Fix hosted-agent deps: use agent-framework-foundry (+foundry-hosting), python_3_13 runtime, responses 2.0.0
- Provide data/json/ (upload-ready) since the vector index rejects CSV
- Update Fundamentals labs 00-06 to match new Foundry nav + real azd flow; add screenshots
- Devcontainer installs/updates azure.ai.agents extension
- Add WIP banner to README; add missing artifacts/evaluators/reference dir
@nitya
Nitya Narasimhan (nitya) merged commit 6cb85eb into main Aug 10, 2026
3 checks passed
@nitya
Nitya Narasimhan (nitya) deleted the v1-walkthrough branch August 10, 2026 13:27
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