A security administrator needs to ensure that a database auditor can view the configuration of all resources inside a resource group named Billing-RG, but cannot modify any settings, delete resources, or grant other users access to the resource group. Which configuration should the administrator implement?
- Assign the Reader role to the user at the Billing-RG scope.Cevap
- BAssign the Contributor role to the user at the Billing-RG scope, and apply an Azure Policy that denies delete actions.
- CAssign the User Access Administrator role to the user at the Billing-RG scope.
- DAssign the Owner role to the user at the Billing-RG scope, and apply a ReadOnly resource lock to Billing-RG.
Cevap
Assign the Reader role to the user at the Billing-RG scope.
Assigning the Reader role at the Billing-RG scope is the correct solution because it grants the user permission to view all resources in the resource group, but strictly prevents them from making any modifications, deleting resources, or delegating access permissions to others.
Adım Adım Çözüm
Anahtar Kavram
Azure Role-Based Access Control (RBAC) is used to manage who has access to Azure resources, what they can do with those resources, and what areas they have access to.