Skip to content

Commit 650b3d5

Browse files
committed
edits
1 parent e8ab52c commit 650b3d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/api-management/api-management-authenticate-authorize-azure-openai.md

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

104104
> [!TIP]
105-
> An alternative to using the `authentication-managed-identity` and `set-header` policies shown in this example is to configure a [backend](backends.md) resource that directs API requests to the Azure OpenAI Service endpoint. In the backend configuration, enable managed identity authentication to the Azure OpenAI Service. Azure API Management automates these steps when importing an API directly from Azure OpenAI Service. For more information, see [Import API from Azure OpenAI Service](azure-openai-api-from-specification.md#option-1-import-api-from-azure-openai-service).
105+
> An alternative to using the `authentication-managed-identity` and `set-header` policies shown in this example is to configure a [backend](backends.md) resource that directs API requests to the Azure OpenAI Service endpoint. In the backend configuration, enable managed identity authentication to the Azure OpenAI Service. Azure API Management automates these steps when importing an API directly from Azure OpenAI Service. For more information, see [Import API from Azure OpenAI Service](azure-openai-api-from-specification.md#option-1-import-api-from-azure-openai).
106106

107107
## OAuth 2.0 authorization using identity provider
108108

articles/api-management/azure-openai-api-from-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can import AI model endpoints deployed in [Azure OpenAI in Foundry Models](/
1919

2020
This article shows two options to import an Azure OpenAI API into an Azure API Management instance as a REST API:
2121

22-
- [Import an Azure OpenAI API directly from Azure OpenAI](#option-1-import-api-from-azure-openai-service) (recommended)
22+
- [Import an Azure OpenAI API directly from Azure OpenAI](#option-1-import-api-from-azure-openai) (recommended)
2323
- [Download and add the OpenAPI specification](#option-2-add-an-openapi-specification-to-api-management) for Azure OpenAI and add it to API Management as an OpenAPI API.
2424

2525
Learn more about managing AI APIs in API Management:

0 commit comments

Comments
 (0)