We have an Azure Cosmos Db where it would be beneficial to allow some testers access to the database. I'm struggling finding which permissions should be granted so they could view the data in database without giving them Contributor permissions. The access could be through the Azure portal or through cosmos.azure.com.
CodePudding user response:
based on your requirement , it looks like you need to provide the role as "Cosmos DB Account Reader"
Can read Azure Cosmos DB account data.
CodePudding user response:
Apparently Cosmos DB Account Reader permission is enough when the Data Explorer is accessed through the Azure portal. When the user is opening cosmos.azure.com, however, that permission is not enough.
