Your organization is designing an identity governance and privileged access strategy for a newly acquired Azure tenant that hosts critical financial workloads. You must implement administrative access for a cloud engineering team according to the following requirements:
- Members of the cloud engineering team must be able to request Subscription Owner permissions on demand for a maximum duration of 4 hours, subject to manager approval.
- Administrative permissions must be managed at a group level rather than assigned to individual user accounts to minimize management overhead and ensure scalable governance.
- Multi-Factor Authentication (MFA) must be enforced for all administrative sessions.
- An emergency access account (break-glass account) must be protected from accidental lockouts that could be caused by MFA service disruptions or configuration issues.
Which two configurations should you recommend to meet these requirements?
- Create a Microsoft Entra security group, assign the group to the Owner role of the production subscription, and configure the cloud engineers as eligible members of the group using PIM for Groups.Answer
- Create a Conditional Access policy enforcing Multi-Factor Authentication (MFA) for administrative applications, and exclude the emergency access glass-breaker account from this policy.Answer
- CAssign the Subscription Owner role directly to each cloud engineer's individual user account in Microsoft Entra PIM, and configure individual eligibility settings.
- DConfigure PIM role assignments for the cloud engineers as active with a permanent duration, and use Microsoft Entra ID Access Reviews to review their access quarterly.
- EConfigure a Conditional Access policy that requires MFA for all directory accounts, including the emergency access glass-breaker account, without any exclusions to enforce maximum security.