A global retail company is planning its peak shopping season operations in Azure. The security architecture team needs to delegate temporary administrative access to the Site Reliability Engineering (SRE) team to manage Azure Kubernetes Service (AKS) clusters during maintenance windows. The design must ensure zero-standing administrative privileges, adhere to the principle of least administrative overhead for user management, and protect the tenant against lockouts.
Which of the following actions should you include in the identity governance and privileged access design? (Select TWO.)
- Create a Microsoft Entra ID security group for the SRE team, and make this group eligible for the required Azure RBAC roles in Privileged Identity Management (PIM).Answer
- Exclude emergency-access (break-glass) accounts from any Conditional Access policies that enforce multi-factor authentication (MFA) for administrative roles.Answer
- CAssign the required Azure RBAC roles directly to each individual SRE user account as eligible assignments in Privileged Identity Management (PIM).
- DConfigure the Azure RBAC role assignments for the SRE team as permanently active roles in Privileged Identity Management (PIM).
Answer
Create a Microsoft Entra ID security group for the SRE team and make it eligible for Azure RBAC roles in PIM, and exclude emergency-access accounts from Conditional Access policies enforcing MFA.
Minimizing administrative overhead and enforcing zero-standing access is achieved by assigning SREs to a security group and making that group eligible for the target roles in PIM. To prevent complete tenant lockout, emergency-access accounts must be excluded from strict Conditional Access policies requiring MFA.
Step-by-Step Solution
Key Concept
Designing secure identity delegation using Microsoft Entra Privileged Identity Management (PIM) eligible groups and ensuring emergency lockout protection.
Estimated Time:2m 0s