You are designing a privileged access solution for a team of support staff who require temporary, time-bound access to administrative roles in Azure. You also need to configure a tenant-wide emergency access (break-glass) account. Which configuration should you recommend to ensure secure administrative access and prevent tenant lockout?
- Configure the administrative roles as eligible for a Microsoft Entra ID security group containing the support staff, and exclude the emergency access account from Conditional Access policies requiring Multi-Factor Authentication (MFA).Answer
- BConfigure the administrative roles as active for a Microsoft Entra ID security group containing the support staff, and exclude the emergency access account from Conditional Access policies requiring Multi-Factor Authentication (MFA).
- CConfigure the administrative roles as eligible directly on the individual user accounts of the support staff, and exclude the emergency access account from Conditional Access policies requiring Multi-Factor Authentication (MFA).
- DConfigure the administrative roles as eligible for a Microsoft Entra ID security group containing the support staff, and enforce Multi-Factor Authentication (MFA) on the emergency access account through Conditional Access policies.
Answer
Configure the administrative roles as eligible for a Microsoft Entra ID security group containing the support staff, and exclude the emergency access account from Conditional Access policies requiring Multi-Factor Authentication (MFA).
The correct option combines three Microsoft Entra governance best practices. First, using eligible assignments ensures that support staff must activate their roles only when needed, minimizing the risk of compromised standing privileges. Second, assigning administrative roles to a security group rather than individuals aligns with group-based access control guidelines, reducing administrative overhead. Third, excluding the break-glass/emergency access account from MFA ensures that administrators can still access the tenant in the event of an MFA infrastructure failure.
Step-by-Step Solution
Key Concept
Best practices for Microsoft Entra Privileged Identity Management (PIM) role assignments and emergency access governance.
Estimated Time:1m 0s