Member-only story
Creating Entra Agent ID Blueprints and Identities with PowerShell and .NET
Learn how to create agent identity blueprints using Microsoft Graph PowerShell and provision agent identities through an ASP.NET Web API running on Azure Container Apps, with managed identity authentication and federated credentials.
Will Velida15 min read·2 days ago--
In Microsoft Entra Agent ID, we use agent identity blueprints to create agent identities and request tokens using those agent identities. These agent identities represent AI Agents within your tenant, and is usually provisioned when we create a new AI Agent.
In this post, we’ll go through an end-to-end example of creating an agent blueprint using Microsoft Graph PowerShell, then we’ll create an Agent Identity using a ASP.NET Web API that we’ll deploy to Azure Container Apps.
For the complete E2E sample, please check it out on my GitHub.
Note. At the time of writing, Microsoft Entra Agent ID is currently in preview. Please check the docs for the latest information.