Skip to content

Commit 5b2d6d5

Browse files
authored
Update automatic-vm-guest-patching.md
updated grammar and syntax
1 parent 0d52aeb commit 5b2d6d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,23 +146,23 @@ VMs on Azure now support the following patch orchestration modes:
146146
- For Windows VMs, setting this mode also disables the native Automatic Updates on the Windows virtual machine to avoid duplication.
147147
- To use this mode on Linux VMs, set the property `osProfile.linuxConfiguration.patchSettings.patchMode=AutomaticByPlatform` in the VM template.
148148
- To use this mode on Windows VMs, set the property `osProfile.windowsConfiguration.patchSettings.patchMode=AutomaticByPlatform` in the VM template.
149-
- Enabling this mode will set the SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU\NoAutoUpdate RegKey to 1
149+
- Enabling this mode will set the Registry Key SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU\NoAutoUpdate to 1
150150

151151
**AutomaticByOS:**
152152
- This mode is supported only for Windows VMs.
153153
- This mode enables Automatic Updates on the Windows virtual machine, and patches are installed on the VM through Automatic Updates.
154154
- This mode does not support availability-first patching.
155155
- This mode is set by default if no other patch mode is specified for a Windows VM.
156156
- To use this mode on Windows VMs, set the property `osProfile.windowsConfiguration.enableAutomaticUpdates=true`, and set the property `osProfile.windowsConfiguration.patchSettings.patchMode=AutomaticByOS` in the VM template.
157-
- Enabling this mode will set the SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU\NoAutoUpdate RegKey to 0
157+
- Enabling this mode will set the Registry Key SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU\NoAutoUpdate to 0
158158

159159
**Manual:**
160160
- This mode is supported only for Windows VMs.
161161
- 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.
162162
- This mode does not support availability-first patching.
163163
- This mode should be set when using custom patching solutions.
164164
- 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.
165-
- Enabling this mode will set the SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU\NoAutoUpdate RegKey to 1
165+
- Enabling this mode will set the Registry Key SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU\NoAutoUpdate to 1
166166

167167
**ImageDefault:**
168168
- This mode is supported only for Linux VMs.
@@ -183,7 +183,7 @@ VMs on Azure now support the following patch orchestration modes:
183183
- The virtual machine must be able to access the configured update endpoints. If your virtual machine is configured to use private repositories for Linux or Windows Server Update Services (WSUS) for Windows VMs, the relevant update endpoints must be accessible.
184184
- Use Compute API version 2021-03-01 or higher to access all functionality including on-demand assessment and on-demand patching.
185185
- Custom images aren't currently supported.
186-
- VMSS Flexible Orchestration require the installation of [Application Health extension](../virtual-machine-scale-sets/virtual-machine-scale-sets-health-extension.md). This is optional for IaaS VMs.
186+
- VMSS Flexible Orchestration requires the installation of [Application Health extension](../virtual-machine-scale-sets/virtual-machine-scale-sets-health-extension.md). This is optional for IaaS VMs.
187187

188188
## Enable automatic VM guest patching
189189
Automatic VM guest patching can be enabled on any Windows or Linux VM that is created from a supported platform image.

0 commit comments

Comments
 (0)