Skip to content

Commit 6a03772

Browse files
committed
edits
1 parent 3745c98 commit 6a03772

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 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 Service 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
@@ -14,12 +14,12 @@ ms.custom: template-how-to, build-2024
1414

1515
[!INCLUDE [api-management-availability-all-tiers](../../includes/api-management-availability-all-tiers.md)]
1616

17-
You can import AI model endpoints deployed in [Azure OpenAI Service](/azure/ai-services/openai/overview) to your API Management instance as a REST API. Use AI gateway policies and other capabilities in API Management to simplify integration, improve observability, and enhance control over the model endpoints.
17+
You can import AI model endpoints deployed in [Azure OpenAI in Foundry Models](/azure/ai-services/openai/overview) to your API Management instance as a REST API. Use AI gateway policies and other capabilities in API Management to simplify integration, improve observability, and enhance control over the model endpoints.
1818

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 Service](#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-service) (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:
@@ -29,18 +29,18 @@ Learn more about managing AI APIs in API Management:
2929
## Prerequisites
3030

3131
- An existing API Management instance. [Create one if you haven't already](get-started-create-service-instance.md).
32-
- An Azure OpenAI resource with a model deployed. For more information about model deployment in Azure OpenAI service, see the [resource deployment guide](/azure/ai-services/openai/how-to/create-resource).
32+
- An Azure OpenAI resource with a model deployed. For more information about model deployment in Azure OpenAI, see the [resource deployment guide](/azure/ai-services/openai/how-to/create-resource).
3333

3434
Make a note of the ID (name) of the deployment. You'll need it when you test the imported API in API Management.
3535

3636
> [!NOTE]
37-
> 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 Service models. For more information, see [Supported Azure OpenAI Service models](azure-openai-token-limit-policy.md#supported-azure-openai-service-models).
37+
> 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-service-models).
3838
3939
- Permissions to grant access to the Azure OpenAI resource from the API Management instance.
4040

41-
## Option 1. Import API from Azure OpenAI Service
41+
## Option 1. Import API from Azure OpenAI
4242

43-
You can import an Azure OpenAI API directly from Azure OpenAI Service to API Management.
43+
You can import an Azure OpenAI API directly from Azure OpenAI to API Management.
4444

4545
[!INCLUDE [api-management-workspace-availability](../../includes/api-management-workspace-availability.md)]
4646

0 commit comments

Comments
 (0)