A cloud engineering team is designing a security model for a multi-tier application. The resource structure is configured as follows:
* Management Group: `MG-Finance-Core`
* Subscription: `Sub-Banking-Prod`
* Resource Group: `RG-Payment-Gateways`
* Key Vault: `kv-payment-prod`
The following security assignments are made:
* UserA is assigned the Reader role at the `MG-Finance-Core` scope.
* UserA is also assigned the Contributor role at the `RG-Payment-Gateways` scope.
* UserB is a Microsoft Entra ID Global Administrator, with no explicit Azure RBAC roles assigned to any Azure resource.
* UserC is assigned the User Access Administrator role at the `Sub-Banking-Prod` scope.
Which of the following statements describe the effective permissions of the users? (Select two.)
- UserA can deploy a new Virtual Network within the resource group RG-Payment-Gateways.Cevap
- UserC can delegate the Virtual Machine Contributor role to a developer at the RG-Payment-Gateways level.Cevap
- CUserB has full administrative access to manage all resources in the Sub-Banking-Prod subscription by default.
- DUserA is blocked from creating resources in RG-Payment-Gateways because the Reader role from MG-Finance-Core is inherited as a restriction.