An organization has a Microsoft Entra ID tenant and the following Azure resource hierarchy:
* Management Group: MG-Root
* Azure Subscription: Sub-Ops
* Resource Group: RG-Prod-Shared
* Storage Account: sa-prod-logs (contains a blob container named `security-logs`)
The following settings and assignments are configured:
1. A user named User1 is assigned the Security Reader role in Microsoft Entra ID.
2. The tenant-level directory setting Access management for Azure resources is set to No.
3. User1 is assigned the User Access Administrator role at the Sub-Ops subscription scope.
4. User1 is assigned the Reader role at the RG-Prod-Shared scope.
5. A resource lock of type ReadOnly is applied directly to the sa-prod-logs storage account.
Which of the following describes the effective permissions of User1?
- AUser1 cannot assign any roles at the RG-Prod-Shared scope because the Reader role assignment at the resource group scope overrides the inherited User Access Administrator permissions.
- BUser1 can upload blobs to the security-logs container using their inherited User Access Administrator permissions but cannot assign roles at the RG-Prod-Shared scope.
- User1 can assign the Reader role to other users at the RG-Prod-Shared scope but cannot upload blobs to the security-logs container.Cevap
- DUser1 can delete the sa-prod-logs storage account because the Microsoft Entra ID Security Reader role elevates their control plane privileges to bypass resource locks.