Share via

Error in Azure Portal – Can't Access Azure Cosmos DB Data: “Authorization header doesn't conform to the required format”

Ghazy Prihanda 0 Reputation points
2026-02-26T10:01:47.7766667+00:00

I'm experiencing an issue accessing data in Azure Cosmos DB through the Azure Portal.

When I try to view the data, I receive the following error:

Authorization header doesn't conform to the required format. Please verify and try again. ActivityId: 30f82013-4493-4714-9a6f-85880e06e9b2 OS: Windows/10.0.20348 SDK: cosmos-netstandard-sdk/3.18.0

In Access Control (IAM), I am assigned to a group with the Reader role. However, I am unable to read the database data.

What’s confusing is that I can access data in another Cosmos DB instance using the same access control group without any issues.

Has anyone encountered this before? Is there an additional role (such as Cosmos DB built-in data roles) required to read data from the Data Explorer?

User's image

Azure Cosmos DB
Azure Cosmos DB

An Azure NoSQL database service for app development.

{count} votes

1 answer

Sort by: Most helpful
  1. Saraswathi Devadula 14,645 Reputation points Microsoft External Staff Moderator
    2026-03-04T05:48:56.2466667+00:00

    Hi Ghazy Prihanda,
    The problem goes away if you append feature.enableAadDataPlane to the url query string, i.e navigate to https://cosmos.azure.com/?feature.enableAadDataPlane=true and it will work.

    Please do let me know if you have any further queries. I am happy to assist you.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.