An Azure administrator assigns a user the Reader role at a management group level and the Contributor role on a specific resource group within a subscription in that management group. If a new resource group is created in the same subscription, is the statement true or false that the user will automatically inherit Contributor permissions for the new resource group?
Cevap: Cevap
Cevap
The statement is false. The user will only inherit the Reader role on the new resource group because the Contributor role was assigned only at the scope of a different resource group, and permissions do not propagate horizontally to other resource groups.
The correct answer is false because permissions in Azure RBAC inherit downwards through the management hierarchy. Since the Contributor role is scoped specifically to another resource group, it has no effect on the new resource group, which only inherits the Reader role from the management group level.
Adım Adım Çözüm
Anahtar Kavram
Azure RBAC inheritance and scoping rules