Your organization has an Azure subscription containing a resource group named rg-finance. The resource group contains an Azure Storage account named stfinance2026. Inside stfinance2026, there is a blob container named audits. A security auditor named User1 needs to use the Azure portal to navigate to the storage account, view its configurations, and download reports from the audits container. User1 must authenticate using Microsoft Entra ID. Access keys and Shared Access Signatures (SAS) must be disabled and not used. You need to grant User1 the necessary access using the principle of least privilege. Which combination of Azure role assignments should you configure?
- Assign the Reader role at the scope of the stfinance2026 storage account, and assign the Storage Blob Data Reader role at the scope of the audits container.Cevap
- BAssign the Reader role at the scope of the rg-finance resource group, and assign the Reader role at the scope of the audits container.
- CAssign the Storage Blob Delegator role at the scope of the stfinance2026 storage account, and assign the Reader role at the scope of the rg-finance resource group.
- DAssign the Contributor role at the scope of the rg-finance resource group.
Cevap
Assign the Reader role at the scope of the stfinance2026 storage account, and assign the Storage Blob Data Reader role at the scope of the audits container.
The correct configuration provides the minimum necessary permissions. Navigating the Azure portal to view the storage account configuration requires a control plane role, which is satisfied by the Reader role at the storage account scope. Downloading blobs requires data-plane access via Microsoft Entra ID, which is satisfied by the Storage Blob Data Reader role at the specific container scope.
Adım Adım Çözüm
Anahtar Kavram
Azure RBAC splits control plane (management) and data plane (content) access. Storage data access via Microsoft Entra ID requires data-plane roles like Storage Blob Data Reader, while navigating the portal requires control-plane roles like Reader.
Tahmini Süre:2m 30s