An enterprise is designing a secure identity governance and privileged access strategy for its Azure infrastructure. The solution must meet the following requirements:
* A team of 10 system administrators must be granted administrative privileges on Azure subscription resources only when performing specific maintenance windows, requiring justification and multi-factor authentication (MFA).
* Administrative permissions must be managed at scale, avoiding direct role assignments to individual users.
* A backup mechanism must be established to ensure administrative access to the tenant remains possible even if the primary authentication systems or Conditional Access policies fail, preventing tenant lockout.
Which two configuration steps should you include in the design? (Select two.)
- Create a Microsoft Entra ID security group containing the system administrators and configure the group as eligible for the target Azure RBAC roles in Privileged Identity Management (PIM).Answer
- Create two emergency access accounts with the Global Administrator role and exclude them from all Conditional Access policies.Answer
- CAssign the target Azure RBAC roles directly to each of the 10 individual administrator user accounts as eligible in Privileged Identity Management (PIM).
- DConfigure the system administrators' group with permanently active assignments for the target Azure RBAC roles in Privileged Identity Management (PIM).
- EConfigure the emergency access accounts to be subject to all Conditional Access policies that enforce multi-factor authentication (MFA).