Getting an error- This connection is missing required metadata for the "Add your data" feature in the chat playground. Ensure your Search resource exists and you have read access to it in the Azure Portal.

Ashish 5 Reputation points
2024-07-11T08:41:30.9966667+00:00

In Azure AI studio, I have created a project, adding a connection to it from settings. There I selected a Azure AI Service cognitive. It gets added successfully, but when I click on it, I see this error- Screenshot 2024-07-11 at 2.08.19 PM

What am I supposed to do here? In this resource, I have added IAM role- owner to the user. So it shouldn't be permission issue I think.
Please suggest.

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.
861 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,630 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. Amira Bedhiafi 19,706 Reputation points
    2024-07-11T13:44:54.8+00:00

    To resolve the error, verify that your connection settings, including the resource name, endpoint, and key, are correctly configured.

    Also check the resource schema and necessary metadata fields are properly set up in the Azure Portal. Double-check that the user has sufficient permissions, such as the Owner role, under Access control (IAM).

    Review the configuration of the Azure AI Service cognitive resource and consult the activity logs and diagnostic logs for additional error details.

    If the issue persists, contact Azure Support for further assistance.

    1 person found this answer helpful.
    0 comments No comments

  2. ajkuma 24,736 Reputation points Microsoft Employee
    2024-07-16T18:13:16.98+00:00

    Ashish,   Just checking in to see if you had got a chance to see the previous response by Amira If the answer helped (pointed you in the right direction) > please click Accept Answer

    Or please share the requested/more info to help you better.

    Adding to Amira's response, if Azure Storage is behind a firewall and in the same region as Azure Cognitive Search, you won't be able to create an inbound rule that admits requests from your search service. You may connect Search as a trusted service refer to the doc (below) on how to create an trusted service with cognitive search to create an index.

    Make indexer connections to Azure Storage as a trusted service

    0 comments No comments