A smart-grid utility provider is designing an identity governance and privileged access solution to comply with regional energy infrastructure regulations. The company must allow an external security team consisting of five auditors to review the configuration of all Azure resources across three production subscriptions for a limited period of 30 days. The auditors require read-only access.
The solution must meet the following requirements:
- Ensure the auditors must request approval and perform multi-factor authentication (MFA) each time they access the subscriptions.
- Minimize administrative overhead when managing access for the five external auditors.
- Prevent administrative tenant lockout in the event of an MFA service outage.
Which solution should you recommend?
- AIn Privileged Identity Management (PIM), configure an eligible assignment for each individual auditor account to the Reader role at the subscription level, with a 30-day assignment lifetime. Exclude emergency access accounts from the Conditional Access policy that enforces MFA.
- Create a Microsoft Entra security group containing the five auditors. In Privileged Identity Management (PIM), configure an eligible assignment for the group to the Reader role at the subscription level, with a 30-day assignment lifetime. Exclude emergency access accounts from the Conditional Access policy that enforces MFA.Cevap
- CCreate a Microsoft Entra security group containing the five auditors. Assign the group an active Reader role at the subscription level. In Privileged Identity Management (PIM), set the assignment duration to 30 days. Exclude emergency access accounts from the Conditional Access policy that enforces MFA.
- DCreate a Microsoft Entra security group containing the five auditors. In Privileged Identity Management (PIM), configure an eligible assignment for the group to the Reader role at the subscription level, with a 30-day assignment lifetime. Apply the Conditional Access policy enforcing MFA to all directory accounts, including emergency access accounts.