@youngsik Ahn To enable automatic VM guest patching on a Windows VM, the property osProfile.windowsConfiguration.enableAutomaticUpdates
determines which patch modes can be set on the VM and this property can only be set when the VM is first created. This impacts certain patch mode transitions:
- For VMs that have
osProfile.windowsConfiguration.enableAutomaticUpdates=false
, disable automatic VM guest patching by changing the patch mode toManual
. - For VMs that have
osProfile.windowsConfiguration.enableAutomaticUpdates=true
, disable automatic VM guest patching by changing the patch mode toAutomaticByOS
. - Switching between AutomaticByOS and Manual modes is not supported.
For more information, refer this document.