A logistics company is designing an identity governance and privileged access solution for its Azure environment. The company needs to grant a team of cloud administrators temporary, approved Contributor rights on target subscriptions.
The solution must meet the following requirements:
- Cloud administrators must only receive Contributor access on-demand when actively performing tasks, with access automatically revoking after 4 hours.
- Every request to elevate access must enforce multi-factor authentication (MFA) and require the user to provide a business justification.
- Access rights must be managed using a scalable administrative model that avoids configuring permissions for individual user accounts.
- Emergency-access (break-glass) accounts must be protected from accidental lockout caused by strict Conditional Access policies requiring MFA.
Which two actions should you include in the design to meet these requirements? Select two.
- Create a Microsoft Entra security group containing the cloud administrators, and assign this group as eligible for the Contributor role using Microsoft Entra Privileged Identity Management (PIM).Cevap
- Configure the Microsoft Entra Privileged Identity Management (PIM) role activation settings for the Contributor role to require multi-factor authentication (MFA), require justification, and set the maximum activation duration to 4 hours.Cevap
- CAssign the Contributor role directly to each administrator's user account in Privileged Identity Management (PIM) and configure the assignment type to active.
- DEnforce a Conditional Access policy that requires MFA for all administrative directory roles, including emergency-access accounts, to ensure no accounts bypass security controls.