hotpatching Enabled
Parameters
value
Should the VM be patched without requiring a reboot? Possible values are true
or false
. Defaults to false
. For more information about hot patching please see the product documentation.
Note: Hotpatching can only be enabled if the
patch_mode
is set toAutomaticByPlatform
, theprovision_vm_agent
is set totrue
, yoursource_image_reference
references a hotpatching enabled image, the VM'ssku_name
is set to a Azure generation 2 VM SKU and theextension
contains an application health extension. An example of how to correctly configure a Virtual Machine Scale Set to provision a Windows Virtual Machine with hotpatching enabled can be found in the./examples/orchestrated-vm-scale-set/hotpatching-enabled
directory within the GitHub Repository.