Reputation: 2561
As per the official documentation there is a pre-defined role called "Storage Blob Data Reader" for storage accounts. However, this role doesn't show up in the drop down when I am trying to add a role assignment in the portal.
I expect to see this (image copied from official doc):
What I actually see: (Notice, there is no role called Storage Blob Data Reader when I search for "Storage" in the role dropdown)
Upvotes: 2
Views: 781
Reputation: 2561
I got the answer by comparing this to a different storage account. Storage Account (classic) doesn't support Storage Blob Data Reader role. StorageV2 does. The type is listed as "Account kind" in the Overview page of the storage account.
Upvotes: 1