How to Use Azure OpenAI Resource in Azure Search Skillset

Jessica Moore 0 Reputation points
2025-03-02T17:27:10.2266667+00:00

I am trying to use an Azure OpenAI resource in an Azure AI Search skillset, in a manner similar to this tutorial: https://github.com/Azure-Samples/azure-search-python-samples/blob/main/Tutorial-RAG/Tutorial-rag.ipynb

I created an Azure Open AI resource, using the following Bicep configuration.

resource
 
location
identity
type
 }
sku
name
 }
kind
properties
publicNetworkAccess
 }
}

However, the endpoint looks wrong to me. I would expect it to be of the form "https://

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,746 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.