An enterprise manages its resources using an Azure Management Group named Group-Main. Inside Group-Main, there is a subscription named Sub-Prod, which contains a resource group named RG-App. RG-App contains a virtual machine named VM-Web. You need to configure access for an auditor named Auditor1 to meet the following requirements:
1. Auditor1 must be able to view the configuration of all existing and future resources across all subscriptions under Group-Main.
2. Auditor1 must be able to assign and revoke RBAC roles for VM-Web only.
3. Auditor1 must not be able to modify the resource configuration or delete VM-Web.
4. The solution must minimize administrative effort and follow the principle of least privilege.
Which configuration should you implement?
- Assign the Reader role to Auditor1 at the Group-Main scope, and assign the User Access Administrator role to Auditor1 at the VM-Web scope.Answer
- BAssign the Reader role to Auditor1 at the Group-Main scope, and assign the Owner role to Auditor1 at the VM-Web scope.
- CAssign the Reader role to Auditor1 at the Group-Main scope, and use Azure Policy to assign role delegation permissions for VM-Web to Auditor1.
- DAssign the User Access Administrator role to Auditor1 at the Group-Main scope, and assign the Reader role to Auditor1 at the RG-App scope.