A healthcare organization is onboarding a team of four external security audit consultants to perform a two-week assessment of critical Azure subscription resources. The consultants require temporary, time-bound administrative access to the resources. To comply with security policies, the consultants must only have access when actively performing audit tasks, all role elevations must require multi-factor authentication (MFA), and administrative overhead must be minimized. The organization also needs to ensure that emergency access break-glass accounts are never locked out of the tenant by any Conditional Access policies enforced during role activation. Which of the following designs should you recommend to meet these requirements?
- Create a Microsoft Entra security group for the consultants. In Microsoft Entra Privileged Identity Management (PIM) for Azure resources, assign the security group as eligible for the required RBAC roles. Configure the PIM role settings to require MFA upon activation, and exclude emergency access accounts from any Conditional Access policies requiring MFA.Answer
- BAssign the required Azure RBAC roles directly to each of the four individual consultant user accounts as eligible assignments in Microsoft Entra Privileged Identity Management (PIM). Configure the PIM role settings to require MFA upon activation, and exclude emergency access accounts from any Conditional Access policies requiring MFA.
- CCreate a Microsoft Entra security group for the consultants. In Microsoft Entra Privileged Identity Management (PIM) for Azure resources, assign the security group as active for the required RBAC roles with a permanent assignment. Ensure that emergency access accounts are explicitly excluded from any Conditional Access policies requiring MFA.
- DCreate a Microsoft Entra security group for the consultants. In Microsoft Entra Privileged Identity Management (PIM) for Azure resources, assign the security group as eligible for the required RBAC roles. Configure a new Conditional Access policy that enforces MFA for all users, including emergency access accounts, during role activation.
Answer
Create a Microsoft Entra security group for the consultants, assign the group as eligible for the RBAC roles in PIM, configure PIM to require MFA upon activation, and exclude emergency access accounts from Conditional Access MFA policies.
The correct option correctly applies governance best practices by utilizing a security group to manage the external consultants, assigning the group as eligible in Privileged Identity Management (PIM) for just-in-time access, enforcing MFA at activation, and protecting tenant access by excluding emergency accounts from MFA policies.
Step-by-Step Solution
Key Concept
Privileged Identity Management (PIM) allows just-in-time role activation for groups, enhancing security posture while avoiding direct user assignments and mitigating lockout risks.
Estimated Time:1m 30s