Azure AI Studio Deployed Web App Can't Generate Response
I followed instructions here: [https://learn.microsoft.com/en-us/azure/ai-studio/tutorials/deploy-chat-web-app](https://learn.microsoft.com/en-us/azure/ai-studio/tutorials/deploy-chat-web-app
) so that I could test my web app enterprise chatbot. I get the following error:
There was an error generating a response. Chat history can't be saved at this time. Error code: 400 - {'error': {'requestid': '8d1c6c04-bded-4ec7-ae52-19523888bc7e', 'code': 400, 'message': 'Failed to get managed identity token. Response: {"error":{"code":"ManagedIdentityIsNotEnabled","message":"Managed Identity (MI) is not set for this account while the encryption key source is 'Microsoft.KeyVault', customer managed storage or Network Security Perimeter is used."}}'}}
I've checked numerous places in Azure and feel that I have enabled ManagedIdentity but it still doesn't work. Can any one guide me what to try next?