An administrator needs to configure permissions for a junior auditor. The auditor must be able to view the configuration of all resources in an Azure resource group named RG-Analytics, but must not be allowed to create, modify, or delete any resources. Other administrators must still be able to fully manage and edit resources within RG-Analytics. Which configuration should the administrator apply to the junior auditor?
- Assign the Reader role to the junior auditor at the RG-Analytics scopeCevap
- BApply a ReadOnly resource lock to the RG-Analytics resource group
- CAssign the Contributor role and apply an Azure Policy that denies write actions to the junior auditor
- DCreate an Azure Policy definition that blocks resource deletion and assign it to the junior auditor
Cevap
Assign the Reader role to the junior auditor at the RG-Analytics scope
Assigning the Reader role to the junior auditor at the RG-Analytics scope allows the auditor to view all resources in the resource group but prevents them from making changes. It does not affect other administrators who have higher permissions (like Contributor or Owner) on the resource group.
Adım Adım Çözüm
Anahtar Kavram
Azure Role-Based Access Control (RBAC) allows administrators to assign specific permissions to users, groups, or service principals at different scopes (Management Groups, Subscriptions, Resource Groups, or Resources) using built-in roles like Reader, Contributor, and Owner.
Tahmini Süre:45s