A logistics company is designing an administration model for its Azure landing zones. The environment has a Management Group hierarchy with a root group named "Logistics-Root" and child groups for different business units.
The company has two specific requirements:
1. A compliance team needs to audit and review resource configurations across all subscriptions under the "Logistics-Root" management group.
2. A network operations team needs to troubleshoot and modify route tables and network security groups inside the subscriptions, but only during scheduled maintenance windows, requiring multi-factor authentication (MFA) and administrator approval before access is granted.
To meet these requirements, which two configurations should you include in the administrative design?
- Assign the Reader role to a Microsoft Entra security group containing the compliance team members at the Logistics-Root management group level.Answer
- Assign the Network Contributor role as an eligible assignment to a Microsoft Entra security group for the network operations team using Privileged Identity Management (PIM).Answer
- CAssign the Reader role directly to the individual Microsoft Entra ID user accounts of the compliance team members at the Logistics-Root management group level.
- DAssign the Network Contributor role as a permanently active assignment to the individual user accounts of the network operations team at the subscription scope.