A multinational logistics company, GlobalRoute Logistics, organizes its Azure resources using a Management Group hierarchy structured as follows:
* Tenant Root Group
* Global-Root-MG
* Core-Services-MG
* Subscription: Core-Prod-Sub
* Resource Group: Prod-Shared-RG (has a `ReadOnly` Resource Lock applied)
* Subscription: Core-Shared-Sub
* Logistics-Operations-MG
* Subscription: Fleet-Ops-Sub
* Resource Group: Ops-Data-RG
The following configurations are applied across the hierarchy:
1. An Azure Policy definition is assigned at Global-Root-MG that restricts allowed resource types to `Microsoft.Storage/storageAccounts` and `Microsoft.Network/virtualNetworks` using the `Deny` effect. No exclusions are configured.
2. User1 is assigned the Contributor role at the Logistics-Operations-MG level, and the Reader role at the Fleet-Ops-Sub level.
3. User2 is assigned the Contributor role at the Core-Services-MG level.
Which two of the following statements are correct regarding the permissions, policy compliance, and resource locks within this management group hierarchy? Select two.
- User1 can successfully create a new Storage Account within the Ops-Data-RG resource group.Answer
- BUser1 is prevented from creating any resources in the Ops-Data-RG resource group because the Reader role assigned at the subscription level restricts their inherited Contributor permissions.
- CUser2 can successfully create a new Virtual Machine in the Core-Shared-Sub subscription because their Contributor role is assigned at a scope closer to the resource than the inherited Azure Policy.
- User2 is prevented from creating a Storage Account in the Prod-Shared-RG resource group because the ReadOnly resource lock applied at the resource group level is inherited and blocks all write operations.Answer