Getting the same error. Also reported and followed up multiple times on https://github.com/microsoft/sample-app-aoai-chatGPT/issues/1024
Azure AI Studio Web app deployment cant access index
Whenever i chat with an index in the chat playground in Azure AI studio it works perfectly, but whenever i deploy the chat and index to an web app in Azure AI Studio i get this error whenever i try to ask questions regarding to the data in the index.
I have tried giving the correct accesses to the ressources.
Error
Error code: 400 - {'error': {'requestid': 'xxxxxxxxxxxxx', 'code': 400, 'message': "Invalid AzureCognitiveSearch configuration detected: Call to get Azure Search index failed. Check if you are using the correct Azure Search endpoint and index name. If you are using key based authentication, check if the admin key is correct. If you are using access token authentication or managed identity of Azure OpenAI, check if the Azure Search has enabled RBAC based authentication and if the user identity or Azure OpenAI managed identity has required role assignments to access Azure Search resource [https://aka.ms/aoaioydauthentication]. If the Azure Search resource has no public network access, make sure enable trusted service of Azure Search.\nAzure Search Error: 403, message='Server responded with status 403. Error message: ', url=URL('https://SEARCH-SERVICE-NAME-HERE.search.windows.net/indexes/INDEX-NAME-HERE?api-version=2024-03-01-preview')\nServer responded with status 403. Error message: "}}