An enterprise is designing a subscription governance strategy for a multi-region deployment consisting of 12 Azure subscriptions. The subscriptions are grouped under a single department-level Management Group. A security audit team consisting of 15 members requires read-only access to all resources within these subscriptions to perform periodic audits.
The solution must satisfy the following requirements:
- Access must be granted only when actively auditing and must automatically expire after 8 hours.
- Access requests must require approval from the security manager.
- The solution must minimize administrative overhead and enforce the principle of least privilege.
Which configuration should you recommend to meet these requirements?
- ACreate a Microsoft Entra ID security group containing the audit team members. Assign the Reader role permanently to the security group at the Management Group scope. Use Azure Policy with a Deny effect to block resource access outside the designated audit windows.
- BCreate guest accounts for each auditor. In Microsoft Entra PIM, configure each user account individually with an eligible assignment for the Reader role at the Management Group scope, requiring approval and a maximum activation duration of 8 hours.
- Create a Microsoft Entra ID security group containing the audit team members. Configure a Microsoft Entra Privileged Identity Management (PIM) eligible group assignment for the Reader role at the Management Group scope, requiring approval and setting a maximum activation duration of 8 hours.Answer
- DCreate a Microsoft Entra ID security group containing the audit team members. In Microsoft Entra PIM, assign the group to the Reader role at the Management Group scope, configuring the assignment type as active with a maximum duration of 8 hours.
Answer
Create a Microsoft Entra ID security group containing the audit team members, and configure a Microsoft Entra Privileged Identity Management (PIM) eligible group assignment for the Reader role at the Management Group scope, requiring approval and setting a maximum activation duration of 8 hours.
The correct configuration uses group-based access control combined with Microsoft Entra Privileged Identity Management (PIM) at the Management Group scope. By defining the security group as eligible rather than active, the audit team members must request activation to obtain the Reader role. This request goes through an approval workflow and automatically expires after the configured 8-hour duration, fully aligning with the principle of least privilege.
Step-by-Step Solution
Key Concept
Just-in-Time (JIT) access governance using Microsoft Entra PIM and group-based RBAC at the Management Group scope.