Debug search issues - AI102 Lab

Izhar Alam 0 Reputation points
2025-05-12T13:21:24.5033333+00:00

Hi,

I am facing the following error while doing the Debug search issues - AI102 Lab.
on step: Resolve the warning on the indexer, watch the screenshot attached.

not able to Save the file with changes

Below Error :
Debug session must have a valid 'StorageConnectionString'. Error: 'Connection string could not be parsed. It must be in one of the following formats: 'ResourceId=[resource ID string];' or 'DefaultEndpointsProtocol=https;AccountName=[your storage account];AccountKey=[your account key];' or 'BlobEndpoint=[your blob endpoint URI];SharedAccessSignature=[your account shared access token];' or 'ContainerSharedAccessUri=[your container shared access token with read and list permissions]''

What is the resolution for the same.

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,350 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Alekhya Vaddepally 1,670 Reputation points Microsoft External Staff Moderator
    2025-05-28T20:50:05.3266667+00:00

    Hi Izhar Alam,
    Connection string should be provided when configuring your skill debug session. Typically, when starting a dibgon, you will be motivated to enter this string - either via the Azure Portal or through the code - you depend on how you are running the lab. Please be sure to supply storageconnectionstring during skillset tests or dibg setup or supplying a properly formatted connection string in a similar input field.

    You can use either of the following - based on what kind of credentials or access methods you prefer:

    ResourceId=/subscriptions/{sub-id}/resourceGroups/{rg-name}/providers/Microsoft.Storage/storageAccounts/{account-name} DefaultEndpointsProtocol=https;AccountName=youraccountname;AccountKey=youraccountkey

    BlobEndpoint=https://youraccount.blob.core.windows.net/;SharedAccessSignature=yourSASToken ContainerSharedAccessUri=https://youraccount.blob.core.windows.net/containername?yourSASToken

    Be sure to change all the placeholders such as Your youraccountname, youraccountkey, or yourSASToken with real values from your azure storage account. If you are uncertain about where to find them, they are available in the Azure Portal under your storage account> Access> Access Keys or Shared Access Signature Section.

    Debug skillsets in Azure Cognitive Search

    if you have any further concerns or queries, please feel free to reach out to us.

    0 comments No comments

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.