A global aviation logistics company is designing an identity governance and privileged access strategy for its Azure environment. The environment contains several subscriptions hosting flight scheduling applications.
The company has the following security requirements:
- External consultants must be granted the Contributor role on a subscription named Sub1 only when they are actively performing maintenance tasks.
- The access granted to external consultants must be automatically audited every 30 days, and any access not explicitly re-approved must be revoked.
- Emergency break-glass administrator accounts must remain functional even if there is an outage of the company's identity provider or primary multi-factor authentication (MFA) service.
- All administrator access assignments must follow the principle of least privilege and use group-based assignment where possible.
Which two configuration steps should you recommend to meet these requirements? (Select TWO.)
- Create a Microsoft Entra ID security group for the external consultants, configure it as eligible for the Contributor role in Sub1 using Privileged Identity Management (PIM) for Azure resources, and set up a monthly recurring access review.Answer
- Configure Conditional Access policies to enforce multi-factor authentication (MFA) for administrative access, ensuring that emergency break-glass accounts are excluded from these policies.Answer
- CAssign the Contributor role directly to each external consultant's user account as a permanently active role assignment in Sub1 to ensure they always have access to maintenance tasks.
- DCreate a Microsoft Entra ID security group for the external consultants, assign the Contributor role directly to the group in Sub1, and configure a tenant-wide Conditional Access policy requiring MFA for all users with no exclusions.