A regional healthcare provider is designing an identity and access management solution for its IT operations team, which manages Azure resources. The solution must meet the following requirements:
- Manage permissions at scale without administrative overhead when members join or leave the team.
- Ensure that administrators do not have persistent access to high-privilege roles, requiring them to request access only when performing active maintenance.
- Maintain a break-glass emergency access account that is guaranteed access to the tenant even during a Microsoft Entra ID authentication outage.
Which two configurations should you include in the design? (Select two.)
- Create a Microsoft Entra ID security group for the administrators and make this group eligible for Azure RBAC roles within Microsoft Entra Privileged Identity Management (PIM).Answer
- BAssign Azure RBAC roles directly to each individual administrator's user account to ensure granular auditing.
- Exclude the emergency access (break-glass) accounts from Microsoft Entra Conditional Access policies that enforce Multi-Factor Authentication (MFA).Answer
- DConfigure PIM role assignments as permanently active for the administrators' security group.
- EInclude the emergency access (break-glass) accounts in all Microsoft Entra Conditional Access policies that enforce Multi-Factor Authentication (MFA) to ensure compliance.
Answer
Create a Microsoft Entra ID security group for the administrators and make this group eligible for Azure RBAC roles within Microsoft Entra Privileged Identity Management (PIM), and exclude the emergency access (break-glass) accounts from Microsoft Entra Conditional Access policies that enforce Multi-Factor Authentication (MFA).
To design a secure, scalable governance structure, assigning Azure RBAC roles to Microsoft Entra security groups reduces administration because roles are automatically inherited as members join or leave the group. Configuring these groups as eligible in Microsoft Entra Privileged Identity Management (PIM) enforces just-in-time (JIT) access, which minimizes persistent privileged access. Additionally, excluding emergency access accounts from Conditional Access policies that enforce Multi-Factor Authentication (MFA) prevents administrative lockout during a system outage.
Step-by-Step Solution
Key Concept
Microsoft Entra ID Privileged Identity Management (PIM) eligibility and Conditional Access exclusion policies for emergency access accounts.