An administrator configures the following resource hierarchy and role assignments in an Azure environment:
* Microsoft Entra Tenant: The Access management for Azure resources property is set to No.
* Management Group: `MG-CoreServices`
* Subscription: `Sub-SharedServices`
* Resource Group: `rg-networking` (contains a Virtual Network named `vnet-prod`)
* Resource Group: `rg-identity`
A user named User1 is assigned the following roles:
* Global Administrator in the Microsoft Entra tenant
* Reader at the `MG-CoreServices` management group scope
* Network Contributor at the `rg-networking` resource group scope
You need to identify the effective permissions of User1.
Which of the following statements are correct? (Select TWO.)
- User1 can view the configuration of all resources in the rg-identity resource group.Cevap
- User1 can modify the configuration of vnet-prod.Cevap
- CUser1 has administrative write permissions on all resources in the Sub-SharedServices subscription due to their Microsoft Entra ID Global Administrator role.
- DThe Reader role assignment at the management group level overrides the Network Contributor assignment, preventing User1 from modifying vnet-prod.
Cevap
User1 can view the configuration of all resources in the rg-identity resource group, and User1 can modify the configuration of vnet-prod.
The user is able to view the configuration of all resources in the identity resource group and modify the configuration of the virtual network. The Reader role assigned at the management group scope inherits down through the subscription to all resource groups, including the identity resource group, enabling read access. The Network Contributor role assigned at the networking resource group scope grants management permissions on the virtual network. Since Azure RBAC permissions are additive, the Reader assignment at the higher management group level does not restrict the write permissions granted at the resource group level.
Adım Adım Çözüm
Anahtar Kavram
Azure RBAC Inheritance and Role Additive Nature vs Microsoft Entra ID Directory Roles