Connecting Azure Search Service with Azure OpenAI Service using API Key Authentication

TIFFIA JOSE 20 Reputation points
2024-10-07T17:57:04.3233333+00:00

How can the Azure Search Service be connected to the Azure OpenAI Service using API Key Authentication? Both services are located within the same subnet (with PVE).

An error occurs when attempting to add data in OpenAI Studio, resulting in the message:

  • No valid managed private endpoint found

This connection works without issues if the authentication type is set to System Managed Identity or if public access is enabled for the Search Service.

Note: I need this to working from the Open AI Studio

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,069 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,258 questions
{count} votes

Accepted answer
  1. SnehaAgrawal-MSFT 21,771 Reputation points
    2024-10-08T09:22:03.7866667+00:00

    @TIFFIA JOSE To create shared private link from your search resource connecting to your Azure OpenAI resource, see the search documentation.

    Select Resource type as Microsoft.CognitiveServices/accounts and Group ID as openai_account.

    With shared the private link, step 8 of the data ingestion architecture diagram is changed from bypass trusted service to shared private link.

    Hope this helps-

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.