Simple RAG Consumption with Azure OpenAI and AI Search > Using the Simple RAG Consumption with Azure OpenAI and AI Search recipe > Step 3. Configure and publish the Azure AI Search connection
  

Step 3. Configure and publish the Azure AI Search connection

Configure the host name and API key to connect to the Azure AI Search connection, and then publish the AzureAISearchConnection connection.
  1. 1Open the AzureAISearchConnection connection.
  2. 2In the Connection Properties section, enter values for the following properties:
  3. Property
    Description
    Host_Name
    Required. The host name of the search service that you want to connect to. You can find the value in Microsoft Azure Search Service > Overview, and copy the Url field value.
    API_Key
    Required. The admin API key to authenticate Azure AI Search connection requests. You can find the value in Microsoft Azure search service > Settings > Keys, and copy the primary or secondary admin key.
  4. 3Save and publish the connection.