diff --git a/articles/ai-foundry/default/agents/how-to/publish-agent.md b/articles/ai-foundry/default/agents/how-to/publish-agent.md index 019d347d1b..dbc443b006 100644 --- a/articles/ai-foundry/default/agents/how-to/publish-agent.md +++ b/articles/ai-foundry/default/agents/how-to/publish-agent.md @@ -116,12 +116,16 @@ Foundry agents can also expose the [Activity Protocol](https://github.com/micros For applications this is exposed at: https://{accountName}.services.ai.azure.com/api/projects/{projectName}/applications/{applicationName}/protocols/activityprotocol ### Authentication -There are two options for inbound end-user authentication that can be configured on the application: -- Default: The caller must have the Azure RBAC (Role-Based Access Control) permission /applications/invoke/action on the application resource. + +Inbound end-user authentication for the application is configured as follows: +- Default: The caller must have the Azure RBAC (Role-Based Access Control) permission /applications/invoke/action on the application resource. + +API key authentication is not supported for agents through projects or through applications. + -API key authentication is not supported for agents through projects or through applications. + ## Publish an agent