Your company has an Azure environment structured with the following resource hierarchy:
* Management Group: `MG-Finance`
* Subscription: `Sub-Finance-Prod`
* Resource Group: `RG-Treasury`
* Storage Account: `sttreasurydata`
* Key Vault: `kv-treasury-keys`
You configure the following security settings:
1. A user named `User1` is assigned only the Microsoft Entra ID Global Administrator directory role.
2. A user named `User2` is assigned the Contributor role at the `MG-Finance` scope.
3. A user named `User3` is assigned the Reader role at the `Sub-Finance-Prod` scope and the Storage Blob Data Owner role at the `sttreasurydata` scope.
4. A user named `User4` is assigned the User Access Administrator role at the `RG-Treasury` scope.
Which of the following statements correctly describe the permissions and access levels of these users? (Select two.)
- User3 can upload blobs to the containers in sttreasurydata and list the properties of all resources inside RG-Treasury.Answer
- BUser1 can immediately create and manage resources inside RG-Treasury because the Microsoft Entra ID Global Administrator role automatically inherits Owner permissions over all child subscriptions.
- CUser2 can be prevented from deleting resources in RG-Treasury by applying a standard Azure RBAC Deny assignment at the resource group level, overriding the inherited Contributor role.
- User4 can assign the Contributor role to other users for resources inside RG-Treasury, but cannot create or modify resources within RG-Treasury themselves.Answer