A healthcare provider is deploying a multi-tier clinical application across multiple Azure subscriptions under a single management group. The security operations center (SOC) team must be granted permissions to review and update network security rules on all subnets, but only when actively responding to a security incident. The solution must minimize administrative overhead, adhere to the principle of least privilege, and prevent permanent administrative access. Which configuration should you recommend to meet the requirements?
- ACreate an Azure Policy definition with a Deny effect that blocks all modifications to network security group rules unless the caller is a member of the SOC team, and assign the policy at the management group level.
- Create a Microsoft Entra ID group for the SOC analysts. In Microsoft Entra Privileged Identity Management (PIM), configure an eligible assignment for the group to a custom Role-Based Access Control (RBAC) role with network security group rule write permissions, scoped at the management group level.Cevap
- CIn Microsoft Entra Privileged Identity Management (PIM), configure individual eligible assignments for each SOC analyst's user account to a custom Role-Based Access Control (RBAC) role with network security group rule write permissions, scoped at the management group level.
- DCreate a Microsoft Entra ID group for the SOC analysts. In Microsoft Entra Privileged Identity Management (PIM), configure an active assignment for the group to a custom Role-Based Access Control (RBAC) role with network security group rule write permissions, scoped at the management group level, with no expiration.
Cevap
Create a Microsoft Entra ID group for the SOC analysts and configure an eligible assignment for the group to a custom Role-Based Access Control (RBAC) role with network security group rule write permissions scoped at the management group level using Microsoft Entra Privileged Identity Management (PIM).
Creating a Microsoft Entra ID security group for the security analysts minimizes overhead by allowing group-based role assignments. Assigning the custom role at the management group level ensures that permissions inherit down to all child subscriptions. Using Privileged Identity Management (PIM) to configure an eligible assignment provides just-in-time access, which satisfies the auditability and least privilege requirements while preventing permanent administrative rights.
Adım Adım Çözüm
Anahtar Kavram
Subscription governance and scalable RBAC using Microsoft Entra groups and PIM at the management group level to implement just-in-time administrative access.