An enterprise is designing a subscription governance and access control strategy for a multi-region Azure environment. The environment is organized under a root-level management group containing two child management groups: Production-MG and Development-MG.
The operations team has the following requirements:
1. Security auditors must be able to view the configuration of all resources across all subscriptions under Production-MG at all times.
2. A team of site reliability engineers (SREs) requires temporary administrative permissions on virtual machines inside Production-MG subscriptions only when responding to active incidents.
3. Any virtual machine deployed in Production-MG subscriptions must have Azure Backup configured automatically.
4. Administrative overhead must be minimized, and permissions must adhere to the principle of least privilege.
Which design strategy should you recommend?
- AAssign the Reader role directly to each auditor's individual Microsoft Entra user account at the Production-MG scope. Configure an eligible assignment for a Microsoft Entra security group containing the SREs for the Virtual Machine Contributor role at the Production-MG scope using Privileged Identity Management (PIM). Deploy an Azure Policy with the DeployIfNotExists effect to configure backup for virtual machines.
- Assign the Reader role to a Microsoft Entra security group containing the security auditors at the Production-MG scope. Configure an eligible assignment for a Microsoft Entra security group containing the SREs for the Virtual Machine Contributor role at the Production-MG scope using Privileged Identity Management (PIM). Deploy an Azure Policy with the DeployIfNotExists effect to configure backup for virtual machines.Answer
- CAssign the Reader role to a Microsoft Entra security group containing the security auditors at the Production-MG scope. Configure an active assignment for a Microsoft Entra security group containing the SREs for the Virtual Machine Contributor role at the Production-MG scope using Privileged Identity Management (PIM). Deploy an Azure Policy with the DeployIfNotExists effect to configure backup for virtual machines.
- DAssign the Reader role to a Microsoft Entra security group containing the security auditors at the Production-MG scope. Configure an eligible assignment for a Microsoft Entra security group containing the SREs for the Virtual Machine Contributor role at the Production-MG scope using Privileged Identity Management (PIM). Deploy an Azure Policy with the Deny effect to prevent virtual machines from being deployed without Azure Backup configured.