If you're building AI agents that need proper OAuth identities in Azure, this is the skill you want. It walks you through the three-object model (Blueprint, BlueprintPrincipal, Agent Identity) and the two-step fmi_path token exchange that gives each agent instance its own service principal and audit trail. The documentation is thorough on the gotchas: you must explicitly create the BlueprintPrincipal or you'll hit a 400 error, and DefaultAzureCredential won't work because Azure CLI tokens get hard-rejected. Includes both PowerShell and Python examples for provisioning via Microsoft Graph, plus guidance on the AgentID sidecar for polyglot runtimes. This is newer Microsoft infrastructure, so expect some API evolution.
npx -y skills add microsoft/github-copilot-for-azure --skill entra-agent-id --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
wordpress/agent-skills
Dexploarer/hyper-forge
prisma/skills