diff --git a/articles/ai-foundry/default/agents/concepts/hosted-agents.md b/articles/ai-foundry/default/agents/concepts/hosted-agents.md index fc99647b63..763b004ad4 100644 --- a/articles/ai-foundry/default/agents/concepts/hosted-agents.md +++ b/articles/ai-foundry/default/agents/concepts/hosted-agents.md @@ -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 @@ -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) \ No newline at end of file +* [Agent samples and quickstarts](../../../quickstarts/get-started-code.md)