Your company's Azure environment is organized under a Root Management Group and a Production Management Group. It contains Subscription A, which hosts two resource groups: RG1 (containing a storage account named sa-prod-01 and a Key Vault named kv-prod-01) and RG2 (containing multiple virtual machines). You need to configure access for a Microsoft Entra ID security group named DevOps-Staff to meet the following requirements:
1. Members must be able to create, delete, and manage virtual machines within RG2.
2. Members must be able to configure Azure role assignments on resources inside RG1.
3. Members must not have permissions to modify, delete, or write configuration settings to the sa-prod-01 storage account.
Which two of the following role assignments should you configure to meet the requirements while adhering to the principle of least privilege?
- Assign the Virtual Machine Contributor role to the DevOps-Staff group at the RG2 scope.Cevap
- Assign the User Access Administrator role to the DevOps-Staff group at the RG1 scope.Cevap
- CAssign the Privileged Role Administrator directory role in Microsoft Entra ID to the DevOps-Staff group.
- DAssign the Contributor role to the DevOps-Staff group at the Subscription A scope, and apply an Azure RBAC deny assignment on the sa-prod-01 storage account.