An administrator assigns the Reader role to a user at the Azure subscription level. The subscription contains a resource group named RG1, which contains a virtual machine named VM1. Which of the following describes the user's permissions for VM1?
- The user can view VM1 but cannot modify or delete it.Cevap
- BThe user has no permissions on VM1 unless an Azure Policy is created to allow role inheritance.
- CThe user has no permissions on VM1 because RBAC roles do not inherit from subscriptions to resource groups.
- DThe user can view and modify VM1, but they are prevented from deleting it because a ReadOnly lock is automatically applied.
Cevap
The user can view VM1 but cannot modify or delete it.
Assigning the Reader role at the subscription level automatically propagates permissions down the Azure resource hierarchy. This means the user inherits Reader permissions on the resource group and the virtual machine, allowing them to view the virtual machine's configurations but preventing them from modifying or deleting it.
Adım Adım Çözüm
Anahtar Kavram
Azure RBAC permissions inherit automatically from higher scopes (such as subscriptions) to lower scopes (such as resource groups and resources).