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.