An administrator needs to configure access for an external security audit team. The team must be able to view the configurations of all resources inside an Azure resource group named 'Production-RG'. However, they must not be allowed to modify any configurations, delete any resources, or manage user role assignments. Which Azure administration feature should the administrator assign to the security audit team to meet these requirements?
- The built-in Reader role at the resource group scopeCevap
- BAn Azure Policy definition configured to audit write operations on the resource group
- CA ReadOnly resource lock applied to the resource group
- DAn Azure resource tag named AccessLevel set to ReadOnly applied to the resource group
Cevap
The built-in Reader role at the resource group scope
The built-in Reader role at the resource group scope is the correct choice because it grants the security audit team the ability to view all resources and their configurations within the 'Production-RG' resource group. It adheres to the principle of least privilege by not allowing modifications, deletions, or role assignment changes.
Adım Adım Çözüm
Anahtar Kavram
Azure Role-Based Access Control (RBAC) allows administrators to manage access to Azure resources by assigning built-in or custom roles at specific scopes.