A hospitality management company is designing a privileged access strategy for managing its production Azure subscriptions. The company has 50 database administrators who need temporary, approved access to the User Access Administrator role to modify resource permissions during database migrations. The access must be limited to a maximum of 4 hours, require multi-factor authentication (MFA) upon activation, and require manual approval. To minimize administrative overhead, the security team wants to avoid managing individual role assignments in Privileged Identity Management (PIM). Which configuration should you recommend?
- AAssign the database administrators as eligible for the User Access Administrator role individually in Privileged Identity Management (PIM), and configure the assignments to be permanently active.
- BAssign the User Access Administrator role directly to each individual database administrator account in the subscription Access Control (IAM) settings.
- Create a security group containing the database administrators, and assign this group as eligible for the User Access Administrator role in Privileged Identity Management (PIM) for Azure resources.Answer
- DConfigure a Conditional Access policy that enforces multi-factor authentication (MFA) for administrative roles, and exclude the database administrator accounts from the policy.
Answer
Create a security group containing the database administrators, and assign this group as eligible for the User Access Administrator role in Privileged Identity Management (PIM) for Azure resources.
Creating a security group containing the database administrators and assigning it to the User Access Administrator role in Privileged Identity Management (PIM) allows the security team to manage eligibility at the group level. This reduces administrative overhead while ensuring that the administrators can still request time-bound, approved access on demand.
Step-by-Step Solution
Key Concept
Implementing group-based eligibility in Entra ID Privileged Identity Management (PIM) to achieve scalable, time-bound, and approved access governance.