An administrator needs to configure permissions within the following Azure resource structure:
* Management Group: Tenant-Corporate-MG
* Subscription: Operations-Prod-Sub
* Resource Group: Ops-Data-RG
* Storage Account: opsdatafiles
A cloud engineer named Sam is a member of the Microsoft Entra ID Global Administrator role. Sam requires access to upload and read blobs within the containers of the opsdatafiles storage account using Microsoft Entra ID authentication. To comply with security policies, Sam must not be allowed to modify the configuration of the storage account itself, delete the storage account, or modify permissions for other users.
Which configuration represents the most secure method to grant Sam the required access while adhering to the principle of least privilege?
- AEnable the 'Access management for Azure resources' setting in the Microsoft Entra ID tenant properties for Sam's account.
- Assign Sam the Storage Blob Data Contributor role scoped to the opsdatafiles storage account.Cevap
- CAssign Sam the Contributor role scoped to the Ops-Data-RG resource group.
- DAssign Sam the Storage Blob Data Contributor role scoped to the Tenant-Corporate-MG management group.