Skip to content

Commit 2e71873

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ Moving the **command to execute** property to the **protected** configuration se
206206

207207
### How do agents and extensions get updated?
208208

209-
The Agents and Extensions share the same automatic update mechanism.
209+
Agents and extensions share the same automatic update mechanism.
210210

211-
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:
211+
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 after other VM model changes, such as:
212212

213213
- Data disks
214214
- Extensions
@@ -218,12 +218,12 @@ When an update is available and automatic updates are enabled, the update is onl
218218
- Network profile
219219

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

225225
> [!NOTE]
226-
> Some updates may require additional firewall rules. See [Network access](#network-access).
226+
> Some updates might require additional firewall rules. See [Network access](#network-access).
227227
228228
#### Agent updates
229229

@@ -259,9 +259,9 @@ It is highly recommended that you always have auto update for the agent, [AutoUp
259259

260260
#### Extension updates
261261

262-
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 Linux Agent downloads and upgrades the extension.
262+
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 Linux Agent downloads and upgrades the extension.
263263

264-
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,*:
264+
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,*:
265265

266266
```json
267267
"publisher": "Microsoft.Azure.Extensions",
@@ -277,7 +277,7 @@ Automatic extension updates are either *Minor* or *Hotfix*. You can opt in or op
277277

278278
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.
279279

280-
If you disable extension automatic updates or you need to upgrade major version, use [az vm extension set](/cli/azure/vm/extension#az_vm_extension_set) and specify target version.
280+
If you disable extension automatic updates or you need to upgrade a major version, use [az vm extension set](/cli/azure/vm/extension#az_vm_extension_set) and specify the target version.
281281

282282
### How to identify extension updates
283283

0 commit comments

Comments
 (0)