You are designing access control for an Azure Storage account. You need to grant a team of five support engineers read access to a specific blob container. You want to minimize administrative overhead and follow the principle of least privilege.
How should you assign the required permissions?
- Assign the Storage Blob Data Reader role to a Microsoft Entra ID group that contains the support engineers.Cevap
- BAssign the Storage Blob Data Reader role directly to the individual user accounts of each support engineer.
- CGenerate a Shared Access Signature (SAS) token with a three-year lifetime and distribute it to the support engineers.
- DConfigure Microsoft Entra Privileged Identity Management (PIM) to assign the Storage Blob Data Reader role as permanently active for each engineer.
Cevap
Assign the Storage Blob Data Reader role to a Microsoft Entra ID group that contains the support engineers.
Assigning RBAC roles to Microsoft Entra ID groups instead of individual users simplifies administration, reduces overhead, and aligns with security best practices for resource access.
Adım Adım Çözüm
Anahtar Kavram
Azure RBAC group-based access control for storage accounts