An organization is designing an identity governance and privileged access strategy for a new Azure environment. The environment contains 15 subscriptions grouped under a single management group. The security team establishes the following requirements:
- External security auditors must be able to temporarily activate the Reader role at the management group level for up to 8 hours to perform quarterly audits. Activation must require approval from the SecOps manager and multi-factor authentication (MFA).
- The Azure Platform Engineers must have administrative access to the subscriptions, but their daily-use accounts must not have standing owner privileges.
- A break-glass emergency administrator account must be created to ensure access to the Microsoft Entra tenant if a federation outage occurs, and this account must bypass standard MFA blocks to prevent lockout.
- All access assignments must align with Azure security best practices and minimize administrative overhead.
Which design should you recommend to meet the requirements while adhering to Microsoft security best practices?
- AAssign the individual auditor accounts directly as eligible for the Reader role at the management group level using Privileged Identity Management (PIM) for Azure resources, configuring approval and MFA requirements on activation. Create a security group for the engineers and assign it as eligible for the Owner role. Exclude the emergency administrator account from the Conditional Access policy that enforces MFA for administrative portals.
- Create a Microsoft Entra ID security group for the auditors and assign it as eligible for the Reader role at the management group level using Privileged Identity Management (PIM) for Azure resources, configuring approval and MFA requirements on activation. Create a security group for the engineers and assign it as eligible for the Owner role. Exclude the emergency administrator account from the Conditional Access policy that enforces MFA for administrative portals.Cevap
- CCreate a Microsoft Entra ID security group for the auditors and assign it as active for the Reader role at the management group level using Privileged Identity Management (PIM) for Azure resources, configuring approval and MFA requirements on activation. Create a security group for the engineers and assign it as active for the Owner role. Exclude the emergency administrator account from the Conditional Access policy that enforces MFA for administrative portals.
- DCreate a Microsoft Entra ID security group for the auditors and assign it as eligible for the Reader role at the management group level using Privileged Identity Management (PIM) for Azure resources, configuring approval and MFA requirements on activation. Create a security group for the engineers and assign it as eligible for the Owner role. Enforce MFA for all administrative access, including the emergency administrator account, via a Conditional Access policy with no exclusions.