I have a CosmosDB in Azure, I want to give a user access to read the data inside various collections.
I tried giving them the 'Reader'-role, it let them se that there existed a CosmosDB, and they could see some meta data. But they were unable to access the data within
I assigned them the 'Cosmos DB Account Reader' and this had better results.
But it seems to me that the 'Reader' role should superseed the 'Cosmos DB Account Reader' role. Or am i on the wrong track here? I beleived that the 'Reader'-role gave *all read access.
EDIT:
There seems to be no issue using the built in 'Data Explorer' on portal.azure.com.
The real issue is on using cosmos.azure.com, and logging inn using ActiveDirectory, did not let the user see anything with the 'Cosmos DB Account Reader'-role. Might be it requires a user has write-access.