Skip to content

Commit c9a36c9

Browse files
authored
PR review edit for Microsoft style
1 parent 2e71873 commit c9a36c9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/virtual-machines/extensions/features-windows.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Set-AzVMCustomScriptExtension -ResourceGroupName "myResourceGroup" `
116116
-Run "Create-File.ps1" -Location "West US"
117117
```
118118

119-
In the following example, the VM Access extension is used to reset the administrative password of a Windows VM to a temporary password. For more information on the VM Access extension, see [Reset Remote Desktop service in a Windows VM](/troubleshoot/azure/virtual-machines/reset-rdp). Once you have run this, you should reset the password at first login:
119+
In the following example, the VM Access extension is used to reset the administrative password of a Windows VM to a temporary password. For more information on the VM Access extension, see [Reset Remote Desktop service in a Windows VM](/troubleshoot/azure/virtual-machines/reset-rdp). After you have run this, you should reset the password at first login:
120120

121121
```powershell
122122
$cred=Get-Credential
@@ -247,9 +247,9 @@ These certificates secure the communication between the VM and its host during t
247247

248248
### How do agents and extensions get updated?
249249

250-
The Agents and Extensions share the same automatic update mechanism.
250+
Agents and extensions share the same automatic update mechanism.
251251

252-
When an update is available and automatic updates are enabled, the update is only installed on the VM once there is a change to extensions, and other VM Model changes such as:
252+
When an update is available and automatic updates are enabled, the update is installed on the VM only after there is a change to an extension or other VM model changes, such as:
253253

254254
- Data disks
255255
- Extensions
@@ -259,12 +259,12 @@ When an update is available and automatic updates are enabled, the update is onl
259259
- Network profile
260260

261261
> [!IMPORTANT]
262-
> The update is only installed once there is a change to the VM model.
262+
> The update is installed only after there is a change to the VM model.
263263
264264
Publishers make updates available to regions at different times, so it is possible you can have VMs in different regions on different versions.
265265

266266
> [!NOTE]
267-
> Some updates may require additional firewall rules. See [Network access](#network-access).
267+
> Some updates might require additional firewall rules. See [Network access](#network-access).
268268
269269
#### Listing Extensions Deployed to a VM
270270

@@ -290,9 +290,9 @@ To check what version you are running, see [Detecting installed Windows Guest Ag
290290
#### Extension updates
291291

292292

293-
When an extension update is available and automatic updates are enabled, once a [change to the VM model](#how-do-agents-and-extensions-get-updated) occurs, the Windows Guest Agent downloads and upgrades the extension.
293+
When an extension update is available and automatic updates are enabled, after a [change to the VM model](#how-do-agents-and-extensions-get-updated) occurs, the Windows Guest Agent downloads and upgrades the extension.
294294

295-
Automatic extension updates are either *Minor* or *Hotfix*. You can opt in or opt out of extensions *Minor* updates when you provision the extension. The following example shows how to automatically upgrade minor versions in a Resource Manager template with *"autoUpgradeMinorVersion": true,*:
295+
Automatic extension updates are either *Minor* or *Hotfix*. You can opt in or opt out of extension *Minor* updates when you provision the extension. The following example shows how to automatically upgrade minor versions in a Resource Manager template with *"autoUpgradeMinorVersion": true,*:
296296

297297
```json
298298
"properties": {
@@ -309,7 +309,7 @@ Automatic extension updates are either *Minor* or *Hotfix*. You can opt in or op
309309

310310
To get the latest minor release bug fixes, it is highly recommended that you always select auto update in your extension deployments. Hotfix updates that carry security or key bug fixes cannot be opted out.
311311

312-
If you disable extension automatic updates or you need to upgrade major version, use [Set-AzVMExtension](/powershell/module/az.compute/set-azvmextension) and specify target version.
312+
If you disable extension automatic updates or you need to upgrade a major version, use [Set-AzVMExtension](/powershell/module/az.compute/set-azvmextension) and specify the target version.
313313

314314
### How to identify extension updates
315315

@@ -430,4 +430,4 @@ You can also remove an extension in the Azure portal as follows:
430430

431431
## Next steps
432432

433-
For more information about VM extensions, see [Azure virtual machine extensions and features overview](overview.md).
433+
For more information about VM extensions, see [Azure virtual machine extensions and features overview](overview.md).

0 commit comments

Comments
 (0)