I have an Azure Storage account, and a group of users called 'Readers' I want to give the Readers group read-only access to all blobs and containers in the storage account.
I've tried: In the Storage Account > Access Control > Add >
Role: Storage Blob Data Reader
Assign access to: Azure AD user, group, or application
Select: Readers
But users in the Readers group could not even see the storage account to try and access it.
I then removed the above access control and tried: I've tried: In the Storage Account > Access Control > Add >
Role: Reader
Assign access to: Azure AD user, group, or application
Select: Readers
With this one, the user could see the storage account but not access Blobs
I have also tried having both of these set, and the user could see the Blobs but not access them.
Does anyone know how to grant Read-Only access to the blobs and its contents?
One key requirement is that they should not be able to get to the Access Keys of the storage account.