A retail company wants to delegate management of Azure SQL databases in a specific resource group named 'SQL-Prod-RG' to a database operations team. The security team has defined the following requirements for this delegation:
- Access must be granted using the principle of least privilege.
- Administrative overhead must be minimized when onboarding or offboarding team members.
- Access must not be persistent; team members must request access on-demand for a limited duration.
Which of the following strategies should you recommend to meet these requirements?
- AConfigure Microsoft Entra Privileged Identity Management (PIM) to make the individual user accounts of the database operations team eligible for the SQL Server Contributor role at the SQL-Prod-RG resource group scope.
- BConfigure Microsoft Entra Privileged Identity Management (PIM) to make a Microsoft Entra ID security group containing the database operations team permanently active in the SQL Server Contributor role at the SQL-Prod-RG resource group scope.
- Configure Microsoft Entra Privileged Identity Management (PIM) to make a Microsoft Entra ID security group containing the database operations team eligible for the SQL Server Contributor role at the SQL-Prod-RG resource group scope.Cevap
- DAssign the Owner role to a Microsoft Entra ID security group containing the database operations team at the subscription level, and deploy an Azure Policy with a Deny effect to block modifications outside the SQL-Prod-RG resource group.
Cevap
Configure Microsoft Entra Privileged Identity Management (PIM) to make a Microsoft Entra ID security group containing the database operations team eligible for the SQL Server Contributor role at the SQL-Prod-RG resource group scope.
The correct strategy combines a Microsoft Entra ID security group to minimize operational overhead, the SQL Server Contributor role scoped to the SQL-Prod-RG resource group to follow the principle of least privilege, and Microsoft Entra Privileged Identity Management (PIM) eligibility to ensure access is only active on-demand for a limited duration.
Adım Adım Çözüm
Anahtar Kavram
Azure RBAC delegation combined with Microsoft Entra Privileged Identity Management (PIM) group eligibility and resource group scoping to achieve scalable, least-privilege, and time-bound access control.