A digital payments processor is architecting a compliance and access framework for its cloud platform to align with PCI-DSS requirements. The security architecture team must enforce the following access policies:
- External compliance assessors require temporary, time-bound read access to subscription resources. This access must be restricted to a maximum window of four hours, require multi-factor authentication (MFA) upon elevation, and depend on explicit approval from the internal security lead.
- The administrative access footprint must be minimized, avoiding any permanent or standing assignment of privileged permissions to individual users or groups.
- Emergency break-glass accounts must be protected against service-level lockouts (such as an outage affecting the Entra ID multi-factor authentication service) while remaining under strict monitoring.
- All administrative role allocations must be audited regularly, with an automated mechanism to strip access if reviewers do not explicitly approve retention.
Which of the following actions should you recommend in the architectural design to meet these requirements? (Select THREE.)
- Configure Microsoft Entra Privileged Identity Management (PIM) for Azure resources, assigning a designated auditor security group as eligible for the Reader role with a maximum activation duration of four hours, requiring MFA and approval.Answer
- Exclude the emergency break-glass accounts from all Conditional Access policies that enforce multi-factor authentication, and monitor their login events using continuous log analytics alerting.Answer
- Establish Microsoft Entra Access Reviews for the privileged groups, and configure the fallback action to 'Remove access' to automatically revoke access if reviewers do not respond.Answer
- DAssign the Reader role eligibility directly to each auditor's individual Microsoft Entra user account within Privileged Identity Management (PIM) to maximize audit log precision.
- EConfigure the auditor security group with an Active assignment type in Privileged Identity Management (PIM) to ensure continuous access is maintained during critical assessment periods.
- FEnforce a strict Conditional Access policy requiring multi-factor authentication for all administrative accounts, including emergency break-glass accounts, to eliminate any potential security gaps.