Update Azure managed identity setup docs#1712
Merged
Merged
Conversation
Convert language examples to tabs and refresh the managed identity guidance for Microsoft Foundry, including environment configuration, branding, and language-specific Azure Identity usage. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Azure managed identity BYOK documentation to make language-specific setup and token acquisition examples easier to scan, and refreshes the guidance to newer Foundry/Entra terminology, scopes, and environment variable names.
Changes:
- Reworked the page into per-language collapsible sections (.NET, Python, TypeScript) under a shared “Code samples” section.
- Updated examples to use
FOUNDRY_RESOURCE_URL,https://ai.azure.com/.default, andgpt-5.5, and added language-specificDefaultAzureCredentialdoc links. - Centralized environment variable guidance into the environment configuration table.
Show a summary per file
| File | Description |
|---|---|
| docs/setup/azure-managed-identity.md | Restructures the managed identity setup guide and refreshes language samples, scope/env var guidance, and branding. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 6
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.
This update refreshes the Azure managed identity setup guide so the language-specific examples are easier to scan and align with current Microsoft Foundry and Azure Identity guidance.
Summary
AZURE_TOKEN_CREDENTIALS,FOUNDRY_RESOURCE_URL, thehttps://ai.azure.com/.defaultscope, andgpt-5.5.DefaultAzureCredentialdocumentation links.Validation
npm run extractnpm run validate:tsnpm run validate:cs