Migrate AI-05: Replace Azure OpenAI provisioning with Microsoft Foundry#124
Open
theresa-i wants to merge 4 commits into
Open
Migrate AI-05: Replace Azure OpenAI provisioning with Microsoft Foundry#124theresa-i wants to merge 4 commits into
theresa-i wants to merge 4 commits into
Conversation
Changes from main: - Updated lab title and description to reference Microsoft Foundry - Replaced 'Provision an Azure OpenAI resource' section with 'Create a Microsoft Foundry resource and project', using the new Foundry resource creation portal link and Entra ID (access token) auth instead of API keys - Added step to create a project within the Foundry resource after deployment - Added Cloud Shell step to obtain a short-lived access token via `az account get-access-token --resource https://cognitiveservices.azure.com` - Narrowed region list to North Central US and Sweden Central (quota-safe) - Updated model deployment target from Azure OpenAI service to Microsoft Foundry deployments page, deploying gpt-4.1 (model version 2025-04-14) - Updated primarytopics metadata: replaced 'Azure OpenAI' with 'Microsoft Foundry' - Preserved all Databricks cluster, notebook, MLflow evaluation, and prompt-improvement content unchanged"
Contributor
…id confusing backslash escaping in template
Contributor
Author
|
Thanks for the sharp eyes, @SkillableKarl! 🙏 The
Thanks again for reviewing and catching that — really valuable having Skillable eyes on these labs before they go live! |
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
This PR updates the AI-05 (Evaluate Models) lab to use Microsoft Foundry for resource provisioning and model deployment, replacing the previous Azure OpenAI service flow.
Changes
az account get-access-token --resource https://cognitiveservices.azure.com(replaces API key auth)primarytopicsmetadata: replacedAzure OpenAIwithMicrosoft FoundryReview notes
Please verify the Foundry resource creation steps and token auth flow match the current portal experience. The lab hoster (Skillable) should confirm the provisioning steps work end-to-end in a hosted lab environment.