An organization's Azure environment contains a resource group named RG-Data that hosts a storage account named storageapp2026. An administrator needs to configure permissions so that a user named Jordan can download files from a blob container named 'logs'. The configuration must use Microsoft Entra ID authentication and follow the principle of least privilege, ensuring Jordan cannot modify any data or change storage account settings. Which Azure role-based access control (RBAC) role should the administrator assign to Jordan?
- Storage Blob Data ReaderAnswer
- BReader
- CStorage Account Contributor
- DUser Administrator
Answer
Storage Blob Data Reader
The correct answer is the Storage Blob Data Reader role because it grants data plane access to read and list blob containers and their contents using Microsoft Entra ID authentication. This matches the requirements of downloading files under the principle of least privilege, without allowing management actions or write operations.
Step-by-Step Solution
Key Concept
Separation of control plane and data plane RBAC roles in Azure Storage
Estimated Time:45s