An enterprise organization is planning a secure governance and privileged access strategy for their Azure environment. The environment consists of multiple subscriptions under a single management group. The strategy must satisfy the following requirements:
- The operations team requires temporary, time-bound access to manage virtual machines within specific resource groups. The access must be requested, require multi-factor authentication (MFA) during activation, and require approval from the operations manager.
- A security compliance audit of all privileged roles must be performed quarterly. If an administrator fails to complete their review of a user's role assignment within the review window, that user's access must be automatically revoked.
- To guard against tenant lockout during a major identity or MFA provider outage, two emergency-access accounts must be established with administrative access while minimizing the risk of lockout.
Which two configurations should you include in the design to meet the requirements?
- Configure a security group containing the operations team members, assign the group as eligible for the Virtual Machine Contributor role in Microsoft Entra Privileged Identity Management (PIM), and configure PIM settings to require MFA and approval for activation.Answer
- Configure Microsoft Entra Access Reviews for the privileged roles, set the recurrence to quarterly, and configure the settings to automatically apply results and remove access if reviewers do not respond.Answer
- CConfigure active role assignments for each individual operations team member to the Virtual Machine Contributor role with an expiration of 8 hours, and enforce MFA via a standard Conditional Access policy.
- DAssign the Virtual Machine Contributor role directly to each individual operations team member's account at the resource group scope, and require MFA through a resource-group-level policy.
- ECreate a Conditional Access policy that enforces MFA for all administrative directory roles, ensuring that the emergency-access accounts are included in the policy scope without any exclusions.