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/azure-arc/servers/manage-automatic-vm-extension-upgrade.md
+57-1Lines changed: 57 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Automatic Extension Upgrade is available for Azure Arc-enabled servers that have
11
11
12
12
Automatic Extension Upgrade has the following features:
13
13
14
-
- You can opt out of automatic upgrades at any time.
14
+
- You can opt in and out of automatic upgrades at any time.
15
15
- Each supported extension is enrolled individually, and you can choose which extensions to upgrade automatically.
16
16
- Supported in all public cloud regions.
17
17
@@ -95,4 +95,60 @@ A machine managed by Arc-enabled servers can have multiple extensions with autom
95
95
96
96
If multiple extension upgrades are available for a machine, the upgrades may be batched together, but each extension upgrade is applied individually on a machine. A failure on one extension does not impact the other extension(s) to be upgraded. For example, if two extensions are scheduled for an upgrade, and the first extension upgrade fails, the second extension will still be upgraded.
97
97
98
+
## Disable Automatic Extension Upgrade
99
+
100
+
To disable Automatic Extension Upgrade for an extension, you must ensure the property `enableAutomaticUpgrade` is set to `false` and added to every extension definition individually.
101
+
102
+
### Using the REST API
103
+
104
+
To disable automatic extension upgrade for an extension (in this example the Dependency Agent extension), use the following:
105
+
106
+
```
107
+
PUT on `/subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers/Microsoft.HybridCompute/machines/<machineName>/extensions/<extensionName>?api-version=2019-12-01`
0 commit comments