You are designing an identity governance and privileged access solution for a large Azure enterprise environment. The environment has the following requirements:
* A team of tier-2 cloud engineers must be able to manage role assignments on a critical subscription, but only when actively performing scheduled maintenance.
* To maintain a clear audit trail and ease of administration, individual user accounts must not be assigned roles directly.
* All administrative activations must require multi-factor authentication (MFA) and administrative approval.
* The organization's emergency access (glass-breaker) account must be protected from accidental lockout during a Microsoft Entra ID authentication outage.
Which design recommendation should you include in the identity governance strategy to meet these requirements?
- Configure a Microsoft Entra ID security group, make the cloud engineers eligible members of the group using Privileged Identity Management (PIM) for Groups, and assign the group the User Access Administrator role on the subscription. Exclude the emergency access account from the Conditional Access policy that enforces MFA for administrative roles.Cevap
- BAssign the User Access Administrator role directly to each cloud engineer's account, configuring the assignments as eligible in Privileged Identity Management (PIM) for Azure resources. Exclude the emergency access account from the Conditional Access policy that enforces MFA for administrative roles.
- CAssign the User Access Administrator role permanently to a Microsoft Entra ID security group containing the cloud engineers. Use a Conditional Access policy to restrict group member sign-ins to scheduled maintenance windows, and exclude the emergency access account from the Conditional Access policy.
- DConfigure a Microsoft Entra ID security group, make the cloud engineers eligible members of the group using Privileged Identity Management (PIM) for Groups, and assign the group the User Access Administrator role on the subscription. Enforce a Conditional Access policy requiring MFA for all administrator roles, ensuring no accounts are excluded.