Skip to content

Commit 9028c6a

Browse files
authored
Merge pull request #188884 from mimckitt/patch-3
Update automatic-vm-guest-patching.md
2 parents 78d1338 + 4b633ad commit 9028c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/automatic-vm-guest-patching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ VMs on Azure now support the following patch orchestration modes:
119119

120120
**Manual:**
121121
- This mode is supported only for Windows VMs.
122-
- This mode disables Automatic Updates on the Windows virtual machine.
122+
- This mode disables Automatic Updates on the Windows virtual machine. When deploying a VM using CLI or PowerShell, setting `--enable-auto-updates` to `false` will also set `patchMode` to `manual` and will disable Automatic Updates.
123123
- This mode does not support availability-first patching.
124124
- This mode should be set when using custom patching solutions.
125125
- To use this mode on Windows VMs, set the property `osProfile.windowsConfiguration.enableAutomaticUpdates=false`, and set the property `osProfile.windowsConfiguration.patchSettings.patchMode=Manual` in the VM template.

0 commit comments

Comments
 (0)