A financial services corporation is establishing a new multi-region environment under a single tenant. The environment is organized under a root-level management group named Enterprise-Core-MG. To comply with regulatory standards, the corporation must enforce two governance policies across all existing and future subscriptions:
1. A specific diagnostic setting must be automatically configured on all subscriptions to forward activity logs to a centralized Log Analytics workspace in the security subscription.
2. A delegated team of operations engineers must be granted the ability to create and manage virtual machines within all subscriptions, without allowing them to modify subscription-level access controls or delete the centralized logging configurations.
Which design configuration should you recommend to meet the requirements while minimizing administrative overhead?
- Deploy an Azure Policy definition with the deployIfNotExists effect at the Enterprise-Core-MG scope to configure the diagnostic settings. Create a Microsoft Entra ID security group, add the operations engineers to the group, and assign the Virtual Machine Contributor role to the group at the Enterprise-Core-MG scope.Answer
- BDeploy an Azure Policy definition with the deployIfNotExists effect at the Enterprise-Core-MG scope to configure the diagnostic settings. Assign the Virtual Machine Contributor role directly to the individual Microsoft Entra ID user accounts of each operations engineer at the Enterprise-Core-MG scope.
- CDeploy an Azure Policy definition with the Deny effect at the Enterprise-Core-MG scope to block subscription operations that lack the diagnostic settings. Create a Microsoft Entra ID security group, add the operations engineers to the group, and assign the Virtual Machine Contributor role to the group at the Enterprise-Core-MG scope.
- DDeploy an Azure Policy definition with the deployIfNotExists effect at the Enterprise-Core-MG scope to configure the diagnostic settings. Configure Microsoft Entra Privileged Identity Management (PIM) to assign the Virtual Machine Contributor role at the Enterprise-Core-MG scope to each operations engineer as a permanently active assignment.