Skip to content

Commit 78443d4

Browse files
authored
Update azure-openai-api-from-specification.md
Removed comment about having to register for Azure OpenAI, this is no longer needed.
1 parent 48272dc commit 78443d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,14 @@ This article shows two options to import an [Azure OpenAI Service](/azure/ai-ser
2222
## Prerequisites
2323

2424
- 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.
2725
- 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).
2826

2927
Make a note of the ID (name) of the deployment. You'll need it when you test the imported API in API Management.
3028
- Permissions to grant access to the Azure OpenAI resource from the API Management instance.
3129

3230
## Option 1. Import API from Azure OpenAI Service
3331

34-
You can import an Azure OpenAI API directly to API Management from the Azure OpenAI Service. When you import the API, API Management automatically configures:
32+
You can import an Azure OpenAI API directly from the Azure OpenAI Service to API Management. When you import the API, API Management automatically configures:
3533

3634
* Operations for each of the Azure OpenAI [REST API endpoints](/azure/ai-services/openai/reference).
3735
* A system-assigned identity with the necessary permissions to access the Azure OpenAI resource.

0 commit comments

Comments
 (0)