You have an Azure Storage account named storage1. You need to grant a user named User1 the ability to read blob data within the containers of storage1 by using Microsoft Entra ID authentication. Your solution must follow the principle of least privilege. Which Azure role-based access control (RBAC) role should you assign to User1?
- Storage Blob Data ReaderAnswer
- BReader
- CStorage Account Contributor
- DGlobal Administrator
Answer
Storage Blob Data Reader
To read blob data using Microsoft Entra ID authentication, a user must be assigned a data-plane RBAC role. The Storage Blob Data Reader role provides read access to blob data and containers, satisfying the requirements while adhering to the principle of least privilege.
Step-by-Step Solution
Key Concept
Azure RBAC roles for storage data plane access
Estimated Time:45s