A multinational media production company is restructuring its delegation of administrative privileges in Azure for temporary regional media production teams. The design must satisfy the following security and compliance requirements:
- External production managers must only be granted administrative access to their respective regional subscription resources for the duration of a project, not exceeding 90 days.
- Activation of administrative access must require multi-factor authentication (MFA) and approval from the internal IT Security Lead.
- All administrative roles must be assigned using groups rather than individual user assignments to facilitate scalable auditing.
- External managers must not possess permanent active standing privileges.
Which two actions should you include in the design to meet the requirements? (Select two.)
- Assign the required Azure RBAC roles to a role-assignable Microsoft Entra group, and configure the external managers as eligible members of this group in Privileged Identity Management (PIM) for Groups.Cevap
- Configure a PIM for Groups activation policy for the group that requires multi-factor authentication (MFA) and approval from the IT Security Lead.Cevap
- CAssign the required Azure RBAC roles directly to each external manager's user account as eligible in PIM for Azure Resources, configuring activation rules on each resource.
- DAssign the external managers as permanently active members of a Microsoft Entra security group that has the required Azure RBAC roles, and rely on Conditional Access to block access outside project hours.