You are designing a subscription governance and delegated administration solution for a new Azure landing zone. The solution must meet the following requirements:
- Establish a new management boundary for a dedicated business unit.
- Implement a custom Azure RBAC role named 'Resource Lock Manager' that allows managing resource locks but prevents deletion of any resources. This role must only be assignable within this new management boundary.
- Ensure that the operations team members can only active this role on-demand to align with the principle of least privilege.
- Use a Microsoft Entra ID group to minimize direct role assignments to individual users.
Which sequence of configuration steps should you perform to implement the solution?
- 1Create a new Management Group to serve as the management boundary.
- 2Define the 'Resource Lock Manager' custom Azure RBAC role, setting the 'AssignableScopes' property to the path of the new Management Group.
- 3Create a Microsoft Entra ID security group with the 'isAssignableToRole' property set to true.
- 4Assign the 'Resource Lock Manager' custom role to the Microsoft Entra ID security group at the new Management Group scope.
- 5Configure Privileged Identity Management (PIM) for Groups on the security group, and assign the operations team members as eligible.
Cevap
The correct sequence of steps is: First, create a new Management Group to serve as the management boundary. Second, define the 'Resource Lock Manager' custom Azure RBAC role, setting the 'AssignableScopes' property to the path of the new Management Group. Third, create a Microsoft Entra ID security group with the 'isAssignableToRole' property set to true. Fourth, assign the 'Resource Lock Manager' custom role to the Microsoft Entra ID security group at the new Management Group scope. Fifth, configure Privileged Identity Management (PIM) for Groups on the security group, and assign the operations team members as eligible.
The correct sequence respects the resource and configuration dependencies. The Management Group must be created first to obtain its resource path. The custom role definition references this path in its 'AssignableScopes' property. Next, the target security group must be created. The custom role can then be assigned to the group at the Management Group scope. Finally, PIM for Groups can be configured for the group to delegate eligible membership to the operations team.
Adım Adım Çözüm
Anahtar Kavram
Azure RBAC delegation using custom roles, management group scopes, and Entra ID PIM for Groups.
Tahmini Süre:3m 0s