Hi @Verschinin Valentin ,
The data explorer exposed in the Azure portal does not support the Azure Cosmos DB RBAC yet. To use your Azure AD identity when exploring your data, you must use the Azure Cosmos DB Explorer instead.
When you access the Azure Cosmos DB Explorer with the specific ?feature.enableAadDataPlane=true
query parameter and sign in, the following logic is used to access your data:
- A request to fetch the account's primary key is attempted on behalf of the identity signed in. If this request succeeds, the primary key is used to access the account's data.
- If the identity signed in isn't allowed to fetch the account's primary key, this identity is directly used to authenticate data access. In this mode, the identity must be assigned with proper role definitions to ensure data access.
We recommend you to create a feedback request at Feedback Channel Azure Cosmos DB: Azure Cosmos DB so that the team will work upon it.
If this answers your query, do click Accept Answer
and Up-Vote
for the same. And, if you have any further query do let us know.