An educational institution is restructuring its Azure administration model. The institution needs to delegate temporary access to a team of eight junior DevOps engineers who require the Subscription Contributor role to perform deployment tasks. The design must satisfy the following security and governance requirements:
- The junior DevOps engineers must only have administrative permissions when actively working on scheduled deployments.
- Administrative access must be managed using a group-based model to minimize administrative overhead.
- Multi-Factor Authentication (MFA) must be enforced for all administrative tasks.
- Two dedicated emergency-access (break-glass) accounts must be exempt from tenant lockout risks and maintain access if MFA services are unavailable.
Which two actions should you include in the identity and governance design? (Select TWO.)
- Assign the Subscription Contributor role to a Microsoft Entra ID group containing the DevOps engineers as an eligible assignment in Privileged Identity Management (PIM) for Azure resources.Cevap
- BAssign the Subscription Contributor role directly to the individual user accounts of each junior DevOps engineer as an eligible assignment in Privileged Identity Management (PIM) for Azure resources.
- CConfigure the Subscription Contributor role assignment for the DevOps team group as a permanently active assignment in Privileged Identity Management (PIM) for Azure resources.
- Exclude the two emergency access accounts from the Conditional Access policy that enforces Multi-Factor Authentication (MFA) for administrative roles.Cevap
- EApply the MFA Conditional Access policy to all administrative accounts, including the two emergency access accounts, to guarantee that no administrative access is allowed without MFA.