An enterprise is designing a subscription governance and identity delegation strategy for a hybrid environment organized under a single management group hierarchy. The design must accommodate two distinct administrative requirements:
- A third-party audit team requires read-only access to view all resources and security configurations across all subscriptions under the Root Management Group, but only during scheduled quarterly audit windows.
- The cloud operations team must be able to deploy, start, stop, and delete virtual machines within the Prod-Compute-RG resource group under the Production subscription, without being able to modify access control settings or delegate roles.
The design must minimize administrative overhead and enforce the principle of least privilege.
Which two actions should you include in the identity and governance design?
- Configure an eligible role assignment in Microsoft Entra Privileged Identity Management (PIM) at the Root Management Group scope for a security group containing the audit team members.Cevap
- Assign the Virtual Machine Contributor role to a security group containing the operations team members at the Prod-Compute-RG resource group scope.Cevap
- CConfigure a permanently active role assignment in Microsoft Entra Privileged Identity Management (PIM) at the Root Management Group scope for a security group containing the audit team members.
- DAssign the Virtual Machine Contributor role directly to the individual Entra ID user accounts of each operations team member at the Prod-Compute-RG resource group scope.