I recently deployed my AI RAG system build with Azure AI Studio as a web app. When trying to chat on the app I get:
Error code: 400 - {'error': {'requestid': '93caf8bc-7e09-4a2f-8281-4919fd568e77', '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."}}'}}
Do you know how this problem can be solved?
Thanks,
Filip