A digital publishing company is implementing a governance policy for external compliance reviewers who need temporary read-only access to all resources in a production subscription. The access must be time-limited, require multi-factor authentication (MFA) and business justification, and minimize administrative overhead by avoiding individual assignment configurations.
Which two configurations should you recommend as part of the solution? (Select two.)
- Create a Microsoft Entra security group, assign the Reader role to this group at the subscription scope, and configure the compliance reviewers as eligible members of this group in Privileged Identity Management (PIM).Answer
- In the PIM activation settings for the group, require multi-factor authentication (MFA), justification, and set the maximum activation duration to 8 hours.Answer
- CAssign the Reader role directly to each compliance reviewer's user account and configure them as eligible for the role in PIM for Azure resources.
- DConfigure the compliance reviewers as active, permanent members of the security group and configure a Conditional Access policy to restrict their access during non-working hours.
Answer
Create a Microsoft Entra security group, assign the Reader role to this group at the subscription scope, and configure the compliance reviewers as eligible members of this group in Privileged Identity Management (PIM), and in the PIM activation settings for the group, require multi-factor authentication (MFA), justification, and set the maximum activation duration to 8 hours.
To design a secure, low-overhead solution, you should assign the subscription Reader role to a Microsoft Entra security group and configure the reviewers as eligible members of the group in PIM. This leverages group-based RBAC to keep administrative overhead low. Additionally, you should configure the PIM activation settings for the group to enforce the requirements of multi-factor authentication (MFA), justification, and a maximum activation duration of 8 hours, ensuring time-bound and justified just-in-time access.
Step-by-Step Solution
Key Concept
Using Privileged Identity Management (PIM) for Groups to manage membership eligibility with JIT activation settings, combined with group-based Azure RBAC assignment, to enforce least privilege and minimize administrative overhead.