An enterprise manages cloud resources within a resource group named `rg-analytics`. The resource group contains a storage account named `stdatahub`, which hosts a private blob container named `raw-telemetry`. A Microsoft Entra ID security group named `Data-Auditors` is currently assigned the Reader role at the resource group level. A security policy requires that members of `Data-Auditors` must be able to view and download blobs inside the `raw-telemetry` container using their Microsoft Entra ID credentials. You need to implement the principle of least privilege to grant this access. Which action should you perform?
- Assign the Storage Blob Data Reader role to the `Data-Auditors` group at the container level.Cevap
- BAssign the Storage Account Contributor role to the `Data-Auditors` group at the storage account level.
- CAssign the Directory Readers role in Microsoft Entra ID to the `Data-Auditors` group.
- DAssign the Reader role to the `Data-Auditors` group at the container level.
Cevap
Assign the Storage Blob Data Reader role to the `Data-Auditors` group at the container level.
Assigning the Storage Blob Data Reader role to the `Data-Auditors` group at the container level is correct because it grants data-plane read permissions for Azure Blob storage. Scoping this assignment to the specific container restricts access only to that container, satisfying the principle of least privilege.
Adım Adım Çözüm
Anahtar Kavram
Azure Storage data plane access requires dedicated Azure RBAC data roles (e.g., Storage Blob Data Reader) and should be scoped to the minimum level required (least privilege).