Skip to content

Commit cbc2daa

Browse files
committed
Learn Editor: Update generative-ai-azure-openai.md
1 parent 65b8889 commit cbc2daa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/postgresql/flexible-server/generative-ai-azure-openai.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ Invoke [Azure OpenAI embeddings](../../ai-services/openai/reference.md#embedding
2222
1. Create an Open AI account and [request access to Azure OpenAI Service](https://aka.ms/oai/access).
2323
1. Grant Access to Azure OpenAI in the desired subscription.
2424
1. Grant permissions to [create Azure OpenAI resources and to deploy models](../../ai-services/openai/how-to/role-based-access-control.md).
25-
26-
[Create and deploy an Azure OpenAI service resource and a model](../../ai-services/openai/how-to/create-resource.md), for example deploy the embeddings model [text-embedding-ada-002](../../ai-services/openai/concepts/models.md#embeddings-models). Copy the deployment name as it is needed to create embeddings.
27-
28-
25+
1. [Create and deploy an Azure OpenAI service resource and a model](../../ai-services/openai/how-to/create-resource.md), for example deploy the embeddings model [text-embedding-ada-002](../../ai-services/openai/concepts/models.md#embeddings-models). Copy the deployment name as it is needed to create embeddings.
2926
## Configure OpenAI endpoint and key
3027

3128
In the Azure OpenAI resource, under **Resource Management** > **Keys and Endpoints** you can find the endpoint and the keys for your Azure OpenAI resource. Use the endpoint and one of the keys to enable `azure_ai` extension to invoke the model deployment.

0 commit comments

Comments
 (0)