If a ReadOnly resource lock is applied to an Azure resource group, administrators are still permitted to start, stop, or restart any virtual machines within that resource group.
Cevap: Cevap
Cevap
The statement is false. A ReadOnly lock applied at the resource group level blocks control-plane POST operations, which prevents administrators from starting, stopping, or restarting any virtual machines in that group.
Applying a ReadOnly lock to a resource group blocks all delete and write actions, including POST requests, on all inherited resources. Since starting, stopping, and restarting virtual machines are executed via POST requests in the Azure Resource Manager control plane, these actions are blocked.
Adım Adım Çözüm
Anahtar Kavram
ReadOnly Lock Scope Restrictions on Control Plane POST Operations