Your organization has an Azure tenant with the following resource hierarchy:
- Management Group: `MG-Enterprise`
- Subscription: `Sub-Finance-Prod`
- Resource Group: `RG-Finance-App`
- Key Vault: `kv-finance-prod`
You need to delegate permissions to a user named User1 to meet the following security requirements:
- User1 must be able to delegate role assignments to other administrators for resources within `RG-Finance-App` only.
- User1 must be able to view all resources and their configurations within `Sub-Finance-Prod`, but must not be able to create, modify, or delete any resources or configurations within the subscription.
- User1 must not be able to manage role assignments for resources outside of `RG-Finance-App`.
Which two role assignments should you configure to meet the requirements while adhering to the principle of least privilege?
- Assign the Reader role to User1 at the Sub-Finance-Prod subscription scope.Answer
- Assign the User Access Administrator role to User1 at the RG-Finance-App resource group scope.Answer
- CAssign the User Access Administrator role to User1 at the MG-Enterprise management group scope.
- DAssign the Global Administrator role to User1 in Microsoft Entra ID.
- EAssign the Contributor role to User1 at the RG-Finance-App resource group scope.