Your enterprise has a management group hierarchy. You need to design a governance solution that delegates the ability to manage Azure resource locks across all subscriptions under a specific management group to an operations team. The solution must meet the following requirements:
* Ensure operations team members can only manage locks during authorized maintenance windows.
* Minimize administrative overhead as members of the operations team change.
* Follow the principle of least privilege.
Which two configurations should you include in the design?
- Create a Microsoft Entra ID security group that contains the operations team members.Answer
- Configure an eligible role assignment for the security group at the management group scope using Microsoft Entra Privileged Identity Management (PIM) for Azure resources.Answer
- CAssign the custom role directly to each individual operations team member's user account at the management group scope.
- DConfigure a permanently active role assignment for the security group at the management group scope.
- EDeploy an Azure Policy with a Deny effect at the management group scope to prevent any user from deleting resource locks.
Answer
To meet the requirements, you should create a Microsoft Entra ID security group containing the operations team members, and configure an eligible role assignment for this security group at the management group scope using Microsoft Entra Privileged Identity Management (PIM) for Azure resources.
Creating a Microsoft Entra ID security group minimizes administrative overhead because you can manage team membership without updating role assignments. Configuring an eligible role assignment via Microsoft Entra Privileged Identity Management (PIM) for Azure resources ensures that the group members only obtain the required permissions during maintenance windows (just-in-time access) rather than having permanent privileges, adhering to the principle of least privilege.
Step-by-Step Solution
Key Concept
Delegating administrative privileges using Microsoft Entra ID groups and just-in-time access via Privileged Identity Management (PIM) at the management group scope.