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/maintenance-configurations.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.author: cynthn
15
15
16
16
**Applies to:**:heavy_check_mark: Linux VMs :heavy_check_mark: Windows VMs :heavy_check_mark: Flexible scale sets :heavy_check_mark: Uniform scale sets
17
17
18
-
Maintenance Configurations give you the ability to control and manage updates for many Azure virtual machine resources since Azure frequently updates its infrastructure to improve reliability, performance, security or launch new features. Most updates are transparent to users, but some sensitive workloads, like gaming, media streaming, and financial transactions, can't tolerate even few seconds of a VM freezing or disconnecting for maintenance. Maintenance configurations is integrated with Azure Resource Graph (ARG) for low latency and high scale customer experience.
18
+
Maintenance Configurations gives you the ability to control and manage updates for many Azure virtual machine resources since Azure frequently updates its infrastructure to improve reliability, performance, security or launch new features. Most updates are transparent to users, but some sensitive workloads, like gaming, media streaming, and financial transactions, can't tolerate even few seconds of a VM freezing or disconnecting for maintenance. Maintenance Configurations is integrated with Azure Resource Graph (ARG) for low latency and high scale customer experience.
19
19
20
20
>[!IMPORTANT]
21
21
> Users are required to have a role of at least contributor in order to use maintenance configurations.
@@ -24,38 +24,40 @@ Maintenance Configurations give you the ability to control and manage updates fo
24
24
25
25
Maintenance Configurations currently supports three (3) scopes: Host, OS image, and Guest. While each scope allows scheduling and managing updates, the major difference lies in the resource they each support. This section outlines the details on the various scopes and their supported types:
With this scope, you can manage platform updates that do not require a reboot on your *isolated VMs*, *isolated Virtual Machine Scale Set instances* and *dedicated hosts*. Some features and limitations unique to the host scope are:
37
36
38
37
- Schedules can be set anytime within 35 days. After 35 days, updates are automatically applied.
39
38
- A minimum of a 2 hour maintenance window is required for this scope.
39
+
- Rack level maintenance is not currently supported.
40
40
41
41
[Learn more about Azure Dedicated Hosts](dedicated-hosts.md)
42
42
43
43
### OS image
44
-
Using this scope with maintenance configurations lets you decide when to apply upgrades to OS disks in your *virtual machine scale sets* through an easier and more predictable experience. An upgrade works by replacing the OS disk of a VM with a new disk created using the latest image version. Any configured extensions and custom data scripts are run on the OS disk, while data disks are retained. Some features and limitations unique to this scope are:
45
44
46
-
- Scale sets need to have [automatic OS upgrades](../virtual-machine-scale-sets/virtual-machine-scale-sets-automatic-upgrade.md) enabled in order to use maintenance configurations.
47
-
- Schedule recurrence is defaulted to daily
48
-
- A minimum of 5 hours is required for the maintenance window
45
+
Using this scope with maintenance configurations lets you decide when to apply upgrades to OS disks in your *Virtual Machine Scale Sets* through an easier and more predictable experience. An upgrade works by replacing the OS disk of a VM with a new disk created using the latest image version. Any configured extensions and custom data scripts are run on the OS disk, while data disks are retained. Some features and limitations unique to this scope are:
46
+
47
+
- Scale sets need to have [automatic OS upgrades](/articles/virtual-machine-scale-sets/virtual-machine-scale-sets-automatic-upgrade.md) enabled in order to use maintenance configurations.
48
+
- You can schedule recurrence up to a week (7 days).
49
+
- A minimum of 5 hours is required for the maintenance window.
49
50
50
51
### Guest
52
+
51
53
This scope is integrated with [update management center](../update-center/overview.md) which allows you to save recurring deployment schedules to install updates for your Windows Server and Linux machines in Azure, in on-premises environments, and in other cloud environments connected using Azure Arc-enabled servers. Some features and limitations unique to this scope include:
52
54
53
55
-[Patch orchestration](automatic-vm-guest-patching.md#patch-orchestration-modes) for virtual machines need to be set to AutomaticByPlatform
54
56
- A minimum of 1 hour and 10 minutes is required for the maintenance window.
55
-
- There is no limit to the recurrence of your schedule
57
+
- There is no limit to the recurrence of your schedule.
56
58
57
59
To learn more about this topic, checkout [update management center and scheduled patching](../update-center/scheduled-patching.md)
58
-
60
+
59
61
## Management options
60
62
61
63
You can create and manage maintenance configurations using any of the following options:
@@ -68,4 +70,4 @@ For an Azure Functions sample, see [Scheduling Maintenance Updates with Maintena
68
70
69
71
## Next steps
70
72
71
-
To learn more, see [Maintenance and updates](maintenance-and-updates.md).
73
+
To learn more, see [Maintenance and updates](maintenance-and-updates.md).
0 commit comments