Skip to content

Commit f63a8c9

Browse files
Merge pull request #301776 from v-albemi/specification
REBRAND - AI Foundry terms
2 parents 5ff1be9 + a07544d commit f63a8c9

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Import an Azure OpenAI API as REST API - Azure API Management
3-
description: How to import an Azure OpenAI API as a REST API from the Azure OpenAI in Foundry Models or from an OpenAPI specification.
3+
description: How to import an Azure OpenAI API as a REST API from Azure OpenAI in Foundry Models or from an OpenAPI specification.
44
ms.service: azure-api-management
55
author: dlepow
66
ms.author: danlep
@@ -20,7 +20,8 @@ You can import AI model endpoints deployed in [Azure OpenAI in Foundry Models](/
2020

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

23-
- [Import an Azure OpenAI API directly from Azure OpenAI in Foundry Models](#option-1-import-api-from-azure-openai) (recommended)
23+
- [Import an Azure OpenAI API directly from Azure OpenAI](#option-1-import-api-from-azure-openai) (recommended)
24+
2425
- [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.
2526

2627
Learn more about managing AI APIs in API Management:
@@ -35,12 +36,12 @@ Learn more about managing AI APIs in API Management:
3536
Make a note of the ID (name) of the deployment. You'll need it when you test the imported API in API Management.
3637

3738
> [!NOTE]
38-
> API Management policies such as [azure-openai-token-limit](azure-openai-token-limit-policy.md) and [azure-openai-emit-token-metric](azure-openai-emit-token-metric-policy.md) are supported for certain API endpoints exposed through specific Azure OpenAI models. For more information, see [Supported Azure OpenAI in Foundry Models](azure-openai-token-limit-policy.md).
39+
> API Management policies such as [azure-openai-token-limit](azure-openai-token-limit-policy.md) and [azure-openai-emit-token-metric](azure-openai-emit-token-metric-policy.md) are supported for certain API endpoints exposed through specific Azure OpenAI models. For more information, see [Supported Azure OpenAI models](azure-openai-token-limit-policy.md#supported-azure-openai-in-foundry-models-models).
3940
4041
- Permissions to grant access to the Azure OpenAI resource from the API Management instance.
4142

42-
## Option 1. Import API from Azure OpenAI
43-
43+
## Option 1. Import API from Azure OpenAI
44+
4445
You can import an Azure OpenAI API directly from Azure OpenAI to API Management.
4546

4647
[!INCLUDE [api-management-workspace-availability](../../includes/api-management-workspace-availability.md)]
@@ -135,8 +136,8 @@ To ensure that your Azure OpenAI API is working as expected, test it in the API
135136
1. Select an operation that's compatible with the model you deployed in the Azure OpenAI resource.
136137
The page displays fields for parameters and headers.
137138
1. In **Template parameters**, enter the following values:
138-
* `deployment-id` - the ID of a deployment in the Azure OpenAI
139-
* `api-version` - a valid Azure OpenAI API version, such as the API version you selected when you imported the API.
139+
* `deployment-id` - the ID of a deployment in Azure OpenAI
140+
* `api-version` - a valid Azure OpenAI API version, such as the API version you selected when you imported the API.
140141
:::image type="content" source="media/azure-openai-api-from-specification/test-azure-openai-api.png" alt-text="Screenshot of testing an Azure OpenAI API in the portal." lightbox="media/azure-openai-api-from-specification/test-azure-openai-api.png" :::
141142
1. Enter other parameters and headers as needed. Depending on the operation, you might need to configure or update a **Request body**.
142143
> [!NOTE]

0 commit comments

Comments
 (0)