Migrate AI-03, AI-06, AI-07 labs to Microsoft Foundry pattern#125
Open
theresa-i wants to merge 5 commits into
Open
Migrate AI-03, AI-06, AI-07 labs to Microsoft Foundry pattern#125theresa-i wants to merge 5 commits into
theresa-i wants to merge 5 commits into
Conversation
…ttern - Replace 'Provision an Azure OpenAI resource' with 'Create a Microsoft Foundry resource and project' section - Update model deployments to use Foundry portal navigation and gpt-4.1 (2025-04-14) - Replace API key auth with Entra ID token via az account get-access-token - Update AZURE_OPENAI_API_KEY/API_VERSION env vars to COGNITIVE_SERVICES_TOKEN - Replace api_key= / openai_api_key= with azure_ad_token= in all client/LangChain code - Update api_version to 2024-08-01-preview - Update Databricks workspace provisioning to reference Foundry resource - AI-03: update both AzureOpenAIEmbeddings and AzureChatOpenAI for token auth; fix missing comma bug
…pecify Foundry endpoint tab, update project creation wording
- Fix #4: 'Go to Microsoft Foundry' -> 'Go to Foundry portal' (actual button text) - Fix #5: Deployment type 'Standard' -> 'Global Standard' - Fix #5: Remove 'Enable dynamic quota: Disabled' (field no longer exists in UI) - Fix #5: Add note that Model version settings are under collapsible accordion - Fix #5: AI-03 text-embedding-ada-002: remove 'Content filter: Default', add 'Guardrails: DefaultV2', remove non-existent fields
…ns with AI-03 pattern
…rite generic section text, replace image with step-by-step Trace UI instructions
Contributor
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.


Summary
Migrates AI-03, AI-06, and AI-07 labs from the legacy Azure OpenAI provisioning pattern to the Microsoft Foundry pattern, consistent with AI-04 (PR #122, merged) and AI-05 (PR #124).
Changes per file
AI-07-LLMOps.md, AI-06-Responsible-AI.md, AI-03-Multi-stage-reasoning.md
Provisioning pattern migration:
az account get-access-token --resource https://cognitiveservices.azure.comAuthentication migration:
api_key=) with Entra ID token auth (azure_ad_token=)AZURE_OPENAI_ENDPOINT+COGNITIVE_SERVICES_TOKENModel migration:
gpt-4/gpt-35-turbowithgpt-4.1(version2025-04-14, deployment namegpt-4.1)"2024-08-01-preview"Deployment form field fixes (browser-verified against live Foundry UI):
Standard→Global StandardEnable dynamic quota: Disabled(field no longer exists in Foundry UI)Content filter: Default, replaced withGuardrails: DefaultV2Clean up section:
Testing
All provisioning and deployment steps were browser-tested against a live Foundry resource (
lab5fix, North Central US) to verify UI accuracy.