Consider the following Azure resource hierarchy:
- Tenant Root Group (Management Group)
- Corp-MG (Management Group)
- Subscription1 (Subscription)
- RG-Storage (Resource Group)
You are configuring access for a Microsoft Entra ID security group named Storage-Ops. The members of this group must be able to manage storage accounts inside RG-Storage, including the ability to rotate storage keys. Additionally, they must be able to view and download blobs in the containers. You need to assign the appropriate Azure RBAC roles at the RG-Storage level while following the principle of least privilege.
Which two roles should you assign? (Select two.)
- Storage Account ContributorCevap
- Storage Blob Data ReaderCevap
- CContributor
- DReader
- EUser Administrator
Cevap
Storage Account Contributor and Storage Blob Data Reader
To satisfy the requirements using the principle of least privilege, separate roles are needed for control plane management and data plane operations. The Storage Account Contributor role allows configuration management and access key rotation of storage accounts. The Storage Blob Data Reader role provides the necessary read-only permissions for blob data containers. Assigning both roles at the resource group scope ensures proper inheritance.
Adım Adım Çözüm
Anahtar Kavram
Azure RBAC Control Plane and Data Plane Separation for Storage Accounts
Tahmini Süre:1m 30s