Fundamentals walkthrough: automate model deploy, wire hosted-agent azd deploy, refresh labs - #2
Merged
Merged
Conversation
- 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
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.
End-to-end pass over the Fundamentals path while walking it live.
Highlights
azure.yaml(infra + hosted-agent service) so the repo is a validazdproject.AI_PROJECT_DEPLOYMENTSdefault ininfra/main.bicepnow deploysgpt-5.4-mini(concierge) +gpt-5.4-judge; addsAZURE_AI_MODEL_DEPLOYMENT_NAME/AZURE_AI_JUDGE_DEPLOYMENT_NAMEoutputs.azure.yamlservice block (host: azure.ai.agent,codeConfiguration,python_3_13, responses2.0.0); deps switched toagent-framework-foundry(+agent-framework-foundry-hosting) to resolve theagent-framework-coreconflict.contoso-concierge->contoso-travel-concierge(src, src.original, labs) for naming parity with the prompt agent.data/json/(the vector index rejects CSV).azdflow; embedded screenshots.azure.ai.agentsextension.artifacts/evaluators/reference/.