A healthcare provider operates a single-tenant Azure environment with a management group hierarchy. The internal IT support department has 15 engineers who need the Virtual Machine Contributor role at the subscription scope to resolve high-priority incidents. You must design an administrative access solution that satisfies the following conditions:
1. Operations must scale efficiently when engineers join or leave the department without manually editing role assignments.
2. The principle of least privilege must be enforced by granting administrative permissions only during active incident response windows and automatically removing them afterward.
3. Every elevation of privilege must be recorded for compliance auditing.
Which configuration should you recommend?
- AGrant the Virtual Machine Contributor role to each engineer's user account using Microsoft Entra Privileged Identity Management (PIM) with an eligible status that mandates approval and a time limit.
- BAssociate a Microsoft Entra security group representing the support team with a persistent active assignment of the Virtual Machine Contributor role at the subscription scope.
- Configure a Microsoft Entra security group representing the support team with eligible status for the Virtual Machine Contributor role in Privileged Identity Management (PIM), requiring justification and approval upon activation.Answer
- DAssociate a Microsoft Entra security group representing the support team with a direct assignment of the Virtual Machine Contributor role, and deploy an Azure Policy with a Deny effect to block write actions outside of support incident windows.