An Azure Storage account named saexports hosts a blob container named monthly-reports. A data analyst named Maria plans to use the AzCopy command-line utility to download files from the container by authenticating via Microsoft Entra ID. You need to identify the minimum Azure role-based access control (Azure RBAC) configuration that allows Maria to download the blobs. Which role assignment should you configure for Maria?
- AConfigure an Azure RBAC assignment for the Reader role, scoped to the storage account, for Maria.
- BConfigure an Azure RBAC assignment for the Storage Account Contributor role, scoped to the storage account, for Maria.
- Configure an Azure RBAC assignment for the Storage Blob Data Reader role, scoped to the container, for Maria.Cevap
- DConfigure a Microsoft Entra ID built-in role assignment for the User Administrator role for Maria.
Cevap
Configure an Azure RBAC assignment for the Storage Blob Data Reader role, scoped to the container, for Maria.
The correct configuration is assigning the Storage Blob Data Reader role scoped to the container. This grants Maria data plane read access to the blobs inside the monthly-reports container using Microsoft Entra ID credentials without granting unnecessary write or control plane permissions.
Adım Adım Çözüm
Anahtar Kavram
Assigning least-privilege Azure RBAC data plane roles for blob storage authentication via Microsoft Entra ID.
Tahmini Süre:1m 30s