An enterprise has a single-tenant Azure environment structured under a root Management Group named Contoso-Root. You are designing a subscription governance and access control solution for two groups of users:
1. Auditors: Must have read-only access to all resources and security logs across all current and future subscriptions under the Contoso-Root hierarchy. This access must be restricted to active audit periods, requiring multi-factor authentication (MFA) and administrative approval for each activation.
2. Operations Team: Must be able to restart virtual machines and modify web application settings within a resource group named Prod-RG-01. They must be prevented from modifying any virtual network configurations or deleting network security groups (NSGs) within the resource group.
Which two configurations should you include in the design to meet the requirements while minimizing administrative overhead and adhering to the principle of least privilege?
- Create a Microsoft Entra security group for the auditors, and configure an eligible assignment for the Reader and Security Reader roles at the Contoso-Root management group level using Microsoft Entra Privileged Identity Management (PIM).Cevap
- Define a custom Azure RBAC role for the Operations team with Microsoft.Compute/virtualMachines/* and Microsoft.Web/sites/* in actions, and assign it to an Operations Microsoft Entra security group at the Prod-RG-01 resource group scope.Cevap
- CAssign the Reader and Security Reader roles directly to individual auditor user accounts at the Contoso-Root management group level.
- DConfigure permanently active assignments in Microsoft Entra Privileged Identity Management (PIM) for the Auditors group at the individual subscription levels.