Your organization has a Microsoft Entra ID tenant and the following Azure resource hierarchy:
* Management Group: `MG-Finance`
* Subscription: `Sub-Finance-Prod`
* Resource Group: `RG-Finance-Sec`
* Storage Account: `safinancedata`
A user named Admin1 is assigned the Microsoft Entra ID Global Administrator role.
A user named User2 is assigned the Reader role at the `Sub-Finance-Prod` subscription level.
You need to configure the environment to meet the following requirements:
1. Admin1 must be able to assign the Reader role to new users at the `RG-Finance-Sec` resource group level.
2. User2 must be able to read and write blob data in a container within the `safinancedata` storage account, but must not have control plane write permissions to any resource in the subscription.
Which of the following actions should you perform to meet these requirements?
- AUse Admin1's Global Administrator role to directly assign User2 the Contributor role on the storage account, as Microsoft Entra ID administrator roles automatically inherit access to manage all subscription resources.
- Elevate Admin1's access in Microsoft Entra ID to grant the User Access Administrator role at the root scope, and then assign User2 the Storage Blob Data Contributor role at the storage account level.Answer
- CElevate Admin1's access in Microsoft Entra ID to grant the User Access Administrator role at the root scope, and then assign User2 the Contributor role at the storage account level.
- DElevate Admin1's access in Microsoft Entra ID to grant the User Access Administrator role at the root scope, assign User2 the Contributor role at the subscription level, and then create a custom deny assignment at the subscription level to block write access to all resources except the storage account.