A financial services company is designing a subscription governance strategy for its transaction auditing platform. The auditing application runs across multiple resource groups within a dedicated Azure subscription. External audit administrators must be allowed to review resource configurations and database settings for a maximum of 8 hours during quarterly audit windows. To satisfy compliance, the solution must adhere to the principle of least privilege, minimize administrative overhead, and prevent permanent permission assignments. Which of the following designs best meets these requirements?
- Create a Microsoft Entra security group containing the audit administrators. Assign the Reader role to the group at the subscription scope, and configure Microsoft Entra Privileged Identity Management (PIM) to make the users eligible for membership in this group.Cevap
- BConfigure Microsoft Entra Privileged Identity Management (PIM) to make each of the three auditor user accounts directly eligible for the Reader role at the subscription scope.
- CCreate a Microsoft Entra security group containing the audit administrators. Assign the Reader role to the group at the subscription scope, and configure Microsoft Entra Privileged Identity Management (PIM) to make the users permanently active members of the group.
- DCreate a Microsoft Entra security group containing the audit administrators. Assign the Reader role to the group at the subscription scope, and deploy an Azure Policy with a Deny effect to restrict read operations outside of the audit window.
Cevap
Create a Microsoft Entra security group containing the audit administrators. Assign the Reader role to the group at the subscription scope, and configure Microsoft Entra Privileged Identity Management (PIM) to make the users eligible for membership in this group.
The correct design uses a Microsoft Entra security group to assign the Reader role at the subscription scope, which simplifies administrative overhead and ensures scalability. By configuring Microsoft Entra Privileged Identity Management (PIM) to make users eligible for group membership, the organization enforces just-in-time access, satisfying the requirement to prevent permanent permissions while restricting the access duration.
Adım Adım Çözüm
Anahtar Kavram
Azure RBAC and Subscription Governance utilizing Microsoft Entra groups and PIM