Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions articles/ai-foundry/default/agents/concepts/hosted-agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -688,11 +688,11 @@ For detailed information about evaluating agents, see [Evaluate AI agents](../..

## Agent identity for hosted agents

Hosted agents automatically receive **Agent Identity** - a specialized identity type in Microsoft Entra ID designed specifically for AI agents. This identity enables your agents to securely authenticate and access resources throughout their lifecycle.
Hosted agents published to an Agent Application resource automatically receive **Agent Identity** - a specialized identity type in Microsoft Entra ID designed specifically for AI agents. This identity enables your agents to securely authenticate and access resources throughout their lifecycle.

### Key identity concepts for hosted agents

**Shared project identity**: During development and testing, all unpublished hosted agents within your Microsoft Foundry project share a common agent identity. This simplifies permission management and allows you to configure access once for all development work.
**Shared project identity**: During development and testing, all unpublished hosted agents within your Microsoft Foundry project share the managed identity for the project. This simplifies permission management and allows you to configure access once for all development work.

**Distinct agent identity**: When you publish a hosted agent, Microsoft Foundry automatically creates a dedicated agent identity associated with your Agent Application resource. This distinct identity provides:
- Independent authentication for production agents
Expand Down Expand Up @@ -801,4 +801,4 @@ Hosted agents are supported in North Central US only (more region support coming
* [Azure Container Registry documentation](/azure/container-registry/)
* [Create projects in Microsoft Foundry](../../../how-to/create-projects.md)
* [Microsoft Foundry reference](../../../reference/region-support.md)
* [Agent samples and quickstarts](../../../quickstarts/get-started-code.md)
* [Agent samples and quickstarts](../../../quickstarts/get-started-code.md)