A logistics company is designing an access and governance strategy for its telemetry processing workloads in Azure. The workloads run within a single subscription across multiple resource groups. You need to design a solution that delegates administrative access to a team of operations engineers to manage Network Security Groups (NSGs) and route tables in a dedicated networking resource group, while also enforcing temporary, audited access for senior administrators who require the Owner role at the subscription level. The solution must adhere to the principle of least privilege.
Which two actions should you include in the design?
- Create a Microsoft Entra ID group for the operations engineers and assign the Network Contributor role to the group at the resource group scope.Cevap
- BAssign the Network Contributor role directly to the individual user accounts of each operations engineer.
- Configure Microsoft Entra Privileged Identity Management (PIM) to make the subscription Owner assignments eligible rather than active.Cevap
- DConfigure Microsoft Entra Privileged Identity Management (PIM) to make the subscription Owner assignments permanently active.
Cevap
Create a Microsoft Entra ID group for the operations engineers and assign the Network Contributor role to the group at the resource group scope; and configure Microsoft Entra Privileged Identity Management (PIM) to make the subscription Owner assignments eligible rather than active.
The correct options recommend creating a Microsoft Entra ID group for the operations engineers to assign the Network Contributor role at the resource group scope, and configuring Microsoft Entra Privileged Identity Management (PIM) to make the subscription Owner assignments eligible. Scoping the Network Contributor role to the resource group ensures least privilege, and group-based assignments ensure scalable identity lifecycle management. Making Owner assignments eligible in PIM ensures that senior administrators only hold high-privileged access when actively requested, justified, and audited, providing just-in-time (JIT) security.
Adım Adım Çözüm
Anahtar Kavram
Azure RBAC best practices (group-based assignments and scoping) combined with just-in-time access management using Privileged Identity Management.