Your organization's Azure infrastructure is structured as follows:
- Management Group: `MG-Core`
- Subscription: `Sub-Production`
- Resource Group: `RG-Networking` (contains a Virtual Network named `VNet-Prod` and three Network Security Groups)
- Resource Group: `RG-SecOps` (contains an Azure Key Vault and an Azure Firewall)
You have a Microsoft Entra ID group named `Net-Auditors`.
You need to assign Azure RBAC roles to `Net-Auditors` to meet the following requirements:
1. Members of `Net-Auditors` must be able to view all resource configurations and metrics across the entire `Sub-Production` subscription.
2. Members of `Net-Auditors` must be able to associate the existing Network Security Groups in `RG-Networking` to subnets in `VNet-Prod`.
3. The solution must minimize permissions (least privilege).
Which two role assignments should you configure? (Select two.)
- Assign the `Reader` role to `Net-Auditors` at the `Sub-Production` subscription scope.Answer
- Assign the `Network Contributor` role to `Net-Auditors` at the `RG-Networking` resource group scope.Answer
- CAssign the `Network Contributor` role to `Net-Auditors` at the `Sub-Production` subscription scope.
- DAssign the `Security Administrator` Microsoft Entra ID directory role to `Net-Auditors`.
- EAssign the `Owner` role to `Net-Auditors` at the `RG-Networking` resource group scope.