An organization is designing an identity governance and privileged access solution for external database administrators who require temporary access to manage an Azure SQL Managed Instance. The solution must meet the following requirements:
- Administrators must request access on-demand (just-in-time) for a duration of no more than 6 hours.
- Multi-factor authentication (MFA) must be enforced during the role activation process.
- The design must minimize administrative overhead and avoid assigning roles directly to individual user accounts.
- To prevent tenant lockout during a regional identity provider disruption, emergency break-glass accounts must be protected from being locked out by MFA policies.
Which configuration should you recommend to meet these requirements?
- Create a Microsoft Entra ID security group, assign the required Azure RBAC roles to this group, configure eligible memberships for the administrators using Microsoft Entra Privileged Identity Management (PIM) for Groups with activation MFA enabled, and exclude emergency access accounts from Conditional Access MFA policies.Cevap
- BAssign the required Azure RBAC roles directly to each database administrator's user account, configure the assignments as eligible in Privileged Identity Management (PIM) with activation MFA enabled, and exclude emergency access accounts from Conditional Access MFA policies.
- CCreate a Microsoft Entra ID security group, assign the required Azure RBAC roles to this group, configure the database administrators' membership in the group as active permanent assignments in PIM, and create a Conditional Access policy requiring MFA for the group while excluding emergency access accounts.
- DCreate a Microsoft Entra ID security group, assign the required Azure RBAC roles to this group, configure eligible memberships for the administrators using PIM for Groups with activation MFA enabled, and apply a strict tenant-wide Conditional Access policy enforcing MFA for all administrators without any exclusions.