Skip to content

Commit a5aa253

Browse files
committed
Switch Foundry Tools back to AI services when general services are intended
1 parent 55641a0 commit a5aa253

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

articles/api-management/api-management-authenticate-authorize-ai-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Follow these steps to configure your API Management instance to use a managed id
102102
```
103103

104104
> [!TIP]
105-
> Instead of using the `authentication-managed-identity` and `set-header` policies shown in this example, you can configure a [backend](backends.md) resource that directs API requests to the Azure AI Services endpoint. In the backend configuration, configure managed identity credentials to the `https://cognitiveservices.azure.com/` resource. Azure API Management automates these steps when you [import an API directly from Microsoft Foundry](azure-ai-foundry-api.md).
105+
> Instead of using the `authentication-managed-identity` and `set-header` policies shown in this example, you can configure a [backend](backends.md) resource that directs API requests to the AI service endpoint. In the backend configuration, configure managed identity credentials to the `https://cognitiveservices.azure.com/` resource. Azure API Management automates these steps when you [import an API directly from Microsoft Foundry](azure-ai-foundry-api.md).
106106

107107
## OAuth 2.0 authorization by using identity provider
108108

articles/api-management/genai-gateway-capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ More information:
130130

131131
An AI gateway secures and controls access to your AI APIs. By using the AI gateway, you can:
132132

133-
* Use managed identities to authenticate to AI services, so you don't need API keys for authentication
133+
* Use managed identities to authenticate to AI services in Azure, so you don't need API keys for authentication
134134
* Configure OAuth authorization for AI apps and agents to access APIs or MCP servers by using API Management's credential manager
135135
* Apply policies to automatically moderate LLM prompts by using [Azure AI Content Safety](/azure/ai-services/content-safety/overview)
136136

0 commit comments

Comments
 (0)