An administrator wants to ensure that a newly hired auditor can view all configurations of the Azure resources within a resource group named 'Finance-RG', but cannot make any modifications to them. Which configuration should the administrator use to meet this requirement?
- Assign the Reader role to the auditor at the resource group scope.Cevap
- BCreate an Azure Policy that denies write actions specifically for the auditor's user account.
- CApply a ReadOnly resource lock to the resource group that targets only the auditor's user account.
- DAdd a metadata resource tag to the resource group that specifies read-only access for the auditor.
Cevap
Assign the Reader role to the auditor at the resource group scope.
Assigning the Reader role to the auditor at the resource group scope is correct because the built-in Reader role grants read-only access to all resources within the assigned scope. Because RBAC permissions are inherited by all child resources, assigning this role at the resource group level ensures the auditor can view all resources in the group without being able to modify them.
Adım Adım Çözüm
Anahtar Kavram
Azure Role-Based Access Control (RBAC) is used to manage user access and permissions to Azure resources by assigning built-in or custom roles at specific scopes.