Thanks for your question.
I have come across a similar error in this thread. Kindly verify if the solution provided in the thread is useful in your scenario.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In the Azure Portal, when I try to access the container items in data explorer for the Cosmos DB account,
I am getting the following error :
Local Authorization is disabled. Use an AAD token to authorize all requests.
I gave myself the Cosmos DB Account Reader Role and Contributor Role. But I am still not able to access the data.
We have a policy enforced so I cannot enable Local Authorization. What should I do in order to access the Cosmos DB data?
Thanks for your question.
I have come across a similar error in this thread. Kindly verify if the solution provided in the thread is useful in your scenario.
To use the data explorer via the azure portal, the access keys must be activated.
Therefore, the following permissions must be available:
Microsoft.DocumentDB/databaseAccounts/listKeys/*
If the reply was helpful, please don’t forget to upvote or accept it as an answer, thank you.