Soru

Zorluk: OrtaConfigure Microsoft Entra ID Authentication for Storage

Your company has an Azure subscription containing a storage account named storagedata2026. The storage account contains a blob container named receipts.

You need to grant a Microsoft Entra ID group named SalesGroup the ability to read the blobs in the receipts container by using the Azure portal. The solution must use Microsoft Entra ID credentials for authentication and must follow the principle of least privilege.

Which two role assignments are required to achieve this goal? (Select two.)

  1. Assign the Storage Blob Data Reader role to SalesGroup scoped to the receipts container.Cevap
  2. Assign the Reader role to SalesGroup scoped to the storagedata2026 storage account.Cevap
  3. C
    Assign the Storage Account Contributor role to SalesGroup scoped to the storagedata2026 storage account.
  4. D
    Assign the Directory Readers role to SalesGroup in Microsoft Entra ID.

Cevap

Assigning the Storage Blob Data Reader role to SalesGroup scoped to the receipts container and the Reader role to SalesGroup scoped to the storagedata2026 storage account.
To access the blobs in the container via the Azure portal using Microsoft Entra ID authentication, two roles are required. First, the group requires a data plane role, specifically Storage Blob Data Reader, which must be scoped to the receipts container to comply with the principle of least privilege. Second, to navigate the Azure portal interface to locate the storage account and container, the group requires the control plane Reader role scoped to the storage account.

Adım Adım Çözüm

1
Determine data plane role requirement.
The Storage Blob Data Reader role is identified as the least privileged built-in role to read blobs inside the container.
Data plane access is required to read blobs when using Microsoft Entra ID authentication.
2
Determine control plane role requirement for portal navigation.
The Reader role scoped to the storage account is selected to provide portal visibility.
Without control plane access, users cannot navigate the Azure portal interface to locate the storage account and container.
3
Verify scope alignment with least privilege.
The data plane role is scoped to the specific container ('receipts') and the control plane role is scoped to the storage account ('storagedata2026').
This limits the permissions to only what is necessary, satisfying the least privilege constraint.

Anahtar Kavram

To access storage account blob data using Microsoft Entra ID in the Azure portal, a user requires a data plane role (e.g., Storage Blob Data Reader) for data access and a control plane role (e.g., Reader) at the storage account scope (or higher) to navigate the portal interface.
Bu soruyu puanla