You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/azure-openai-api-from-specification.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,16 +22,14 @@ This article shows two options to import an [Azure OpenAI Service](/azure/ai-ser
22
22
## Prerequisites
23
23
24
24
- An existing API Management instance. [Create one if you haven't already](get-started-create-service-instance.md).
25
-
- Access granted to Azure OpenAI in the desired Azure subscription.
26
-
You can apply for access to Azure OpenAI by completing the form at https://aka.ms/oai/access. Open an issue on this repo to contact us if you have an issue.
27
25
- An Azure OpenAI resource with a model deployed. For more information about model deployment, see the [resource deployment guide](../ai-services/openai/how-to/create-resource.md).
28
26
29
27
Make a note of the ID (name) of the deployment. You'll need it when you test the imported API in API Management.
30
28
- Permissions to grant access to the Azure OpenAI resource from the API Management instance.
31
29
32
30
## Option 1. Import API from Azure OpenAI Service
33
31
34
-
You can import an Azure OpenAI API directly to API Management from the Azure OpenAI Service.
32
+
You can import an Azure OpenAI API directly from Azure OpenAI Service to API Management.
0 commit comments