Your company has an Azure subscription containing a resource group named RG-Production. RG-Production contains an Azure Storage account named safiles2026. The storage account hosts a blob container named archives. You need to grant a Microsoft Entra ID group named AuditTeam the ability to read files in the archives container using Microsoft Entra ID authentication. You must follow the principle of least privilege. Which two role assignments can you use to achieve this goal? Each correct answer presents a complete solution.
- Storage Blob Data Reader assigned at the scope of the archives containerCevap
- Storage Blob Data Reader assigned at the scope of the safiles2026 storage accountCevap
- CReader assigned at the scope of the safiles2026 storage account
- DSecurity Reader assigned at the Microsoft Entra ID tenant level
Cevap
Assigning the Storage Blob Data Reader role at either the archives container scope or the safiles2026 storage account scope.
To read blob data using Microsoft Entra ID authentication, the group must be assigned a data-plane role such as Storage Blob Data Reader. This role can be assigned at the individual container scope (least privilege) or at the storage account scope, which propagates permissions down to all containers in that storage account by inheritance.
Adım Adım Çözüm
Anahtar Kavram
Azure RBAC separates control plane and data plane permissions for storage accounts. Reading blob data via Entra ID authentication requires specific data plane roles applied at a valid scope.