An online gaming platform is designing a privileged access and governance strategy for its Azure infrastructure. The platform has the following requirements:
* Operations engineers must have administrative access to production database resources only when performing scheduled maintenance tasks.
* Two dedicated emergency access (break-glass) accounts must be able to access the environment even during a multi-factor authentication (MFA) service outage.
Which of the following configurations should you recommend to meet these requirements?
- Add the operations engineers to a Microsoft Entra ID group and configure the group with an eligible role assignment in Privileged Identity Management (PIM). Exclude the emergency access accounts from the Conditional Access policy that enforces MFA.Answer
- BConfigure each operations engineer's individual user account with an eligible role assignment in Privileged Identity Management (PIM). Exclude the emergency access accounts from the Conditional Access policy that enforces MFA.
- CAdd the operations engineers to a Microsoft Entra ID group and configure the group with a permanently active role assignment in Privileged Identity Management (PIM). Exclude the emergency access accounts from the Conditional Access policy that enforces MFA.
- DAdd the operations engineers to a Microsoft Entra ID group and configure the group with an eligible role assignment in Privileged Identity Management (PIM). Apply the Conditional Access policy that enforces MFA to all administrative accounts, including the emergency access accounts.
Answer
Add the operations engineers to a Microsoft Entra ID group and configure the group with an eligible role assignment in Privileged Identity Management (PIM), while excluding the emergency access accounts from the Conditional Access policy that enforces MFA.
The correct recommendation uses a Microsoft Entra ID security group to simplify role administration and makes the group eligible for the role in Privileged Identity Management (PIM) to support just-in-time access. In addition, it explicitly excludes the emergency access accounts from MFA enforcement in Conditional Access to ensure the tenant remains accessible during an MFA service outage.
Step-by-Step Solution
Key Concept
Privileged Identity Management (PIM) group-based eligibility and emergency account management in Entra ID Governance