You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/extensions/features-linux.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,9 +206,9 @@ Moving the **command to execute** property to the **protected** configuration se
206
206
207
207
### How do agents and extensions get updated?
208
208
209
-
The Agents and Extensions share the same automatic update mechanism.
209
+
Agents and extensions share the same automatic update mechanism.
210
210
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:
212
212
213
213
- Data disks
214
214
- Extensions
@@ -218,12 +218,12 @@ When an update is available and automatic updates are enabled, the update is onl
218
218
- Network profile
219
219
220
220
> [!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.
222
222
223
223
Publishers make updates available to regions at different times, so it is possible you can have VMs in different regions on different versions.
224
224
225
225
> [!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).
227
227
228
228
#### Agent updates
229
229
@@ -259,9 +259,9 @@ It is highly recommended that you always have auto update for the agent, [AutoUp
259
259
260
260
#### Extension updates
261
261
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.
263
263
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,*:
265
265
266
266
```json
267
267
"publisher": "Microsoft.Azure.Extensions",
@@ -277,7 +277,7 @@ Automatic extension updates are either *Minor* or *Hotfix*. You can opt in or op
277
277
278
278
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.
279
279
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.
0 commit comments