Dmitry Porotnikov / Disable automatic reboots, for VM with AutomaticByPlatform patching mode

Created Wed, 10 Jul 2024 00:58:07 +0000 Modified Wed, 10 Jul 2024 00:58:07 +0000
22 Words

Disable automatic reboots

az vm update --resource-group yourRGname --name yourVMname --set osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings.rebootSetting=Never

Check

az vm show --resource-group yourRGname --name yourVMname --query "osProfile.windowsConfiguration.patchSettings.automaticByPlatformSettings.rebootSetting"