When a ReadOnly resource lock is applied directly to an Azure resource group, an administrator with Owner permissions on the subscription is blocked from starting any virtual machines located within that resource group.
Cevap: Cevap
Cevap
The statement is true because ReadOnly resource locks apply to all users, including subscription Owners, and prevent starting virtual machines due to the write action required by the control plane.
The statement is correct because a ReadOnly lock prevents all updates and deletions on inherited resources for all users, including Owners. Starting a VM is a write operation at the control plane level and is therefore blocked.
Adım Adım Çözüm
Anahtar Kavram
Azure resource locks (ReadOnly) prevent all users, including Owners, from modifying resource states, and are inherited by child resources.