An organization is designing a privileged access and governance strategy for its Azure tenant. The strategy must enforce Multi-Factor Authentication (MFA) for all administrative roles using Microsoft Entra Privileged Identity Management (PIM) and Conditional Access policies, while ensuring that the organization does not get locked out of the tenant during an Entra ID MFA service outage.
Which of the following configurations should you recommend?
- ACreate a Microsoft Entra security group for the administrators, configure the group with permanently active assignments in PIM to bypass the activation flow, and exclude a dedicated emergency access account from the Conditional Access MFA policy.
- BAssign eligible PIM administrative roles directly to each user account, configure PIM to require MFA on activation, and exclude a dedicated emergency access account from the Conditional Access MFA policy.
- Create a Microsoft Entra security group for the administrators, configure the group as eligible for PIM roles requiring MFA on activation, and exclude a dedicated emergency access account from the Conditional Access MFA policy.Cevap
- DCreate a Microsoft Entra security group for the administrators, configure the group as eligible for PIM roles requiring MFA on activation, and apply the Conditional Access MFA policy to all accounts in the tenant without exclusions.
Cevap
Create a Microsoft Entra security group for the administrators, configure the group as eligible for PIM roles requiring MFA on activation, and exclude a dedicated emergency access account from the Conditional Access MFA policy.
The correct strategy utilizes Microsoft Entra security groups for scalable role management (addressing RBAC best practices), configures the PIM assignment as eligible to enforce just-in-time (JIT) access, and excludes a dedicated emergency access account from the Conditional Access MFA policy to mitigate tenant lockout risks during an MFA outage.
Adım Adım Çözüm
Anahtar Kavram
Designing privileged access and governance solutions using Entra ID PIM, group-based assignments, and emergency access strategies.