Skip to content

Commit 5a757c7

Browse files
authored
Merge pull request #75377 from shants123/DocUpdates2
Minor changes to the doc
2 parents e050741 + 0667dd3 commit 5a757c7

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

articles/virtual-machines/linux/maintenance-and-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: na
1313
ms.topic: article
1414
ms.tgt_pltfrm: vm-linux
1515
ms.workload: infrastructure-services
16-
ms.date: 12/13/2018
16+
ms.date: 04/30/2019
1717
ms.author: shants
1818

1919
---

articles/virtual-machines/linux/maintenance-notifications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: infrastructure-services
1313
ms.tgt_pltfrm: vm-windows
1414
ms.devlang: na
1515
ms.topic: article
16-
ms.date: 07/02/2018
16+
ms.date: 04/30/2019
1717
ms.author: shants
1818

1919
---
@@ -31,7 +31,7 @@ Azure periodically performs updates to improve the reliability, performance, and
3131
Planned maintenance that requires a reboot is scheduled in waves. Each wave has different scope (regions).
3232

3333
- A wave starts with a notification to customers. By default, notification is sent to subscription owner and co-owners. You can add more recipients and messaging options like email, SMS, and webhooks, to the notifications using Azure [Activity Log Alerts](../../azure-monitor/platform/activity-logs-overview.md).
34-
- At the time of the notification, a *self-service window* is made available. During this window, you can find which of your virtual machines are included in this wave and proactively start maintenance according to your own scheduling needs.
34+
- At the time of the notification, a *self-service window* is made available. During this window that is typically four weeks, you can find which of your virtual machines are included in this wave and proactively start maintenance according to your own scheduling needs.
3535
- After the self-service window, a *scheduled maintenance window* begins. At some point during this window, Azure schedules and applies the required maintenance to your virtual machine.
3636

3737
The goal in having two windows is to give you enough time to start maintenance and reboot your virtual machine while knowing when Azure will automatically start maintenance.

articles/virtual-machines/windows/maintenance-and-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: infrastructure-services
1313
ms.tgt_pltfrm: vm-windows
1414
ms.devlang: na
1515
ms.topic: article
16-
ms.date: 12/13/2018
16+
ms.date: 04/30/2019
1717
ms.author: shants
1818

1919
---

articles/virtual-machines/windows/maintenance-notifications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: infrastructure-services
1313
ms.tgt_pltfrm: vm-windows
1414
ms.devlang: na
1515
ms.topic: article
16-
ms.date: 07/02/2018
16+
ms.date: 04/30/2019
1717
ms.author: shants
1818

1919
---
@@ -31,7 +31,7 @@ Azure periodically performs updates to improve the reliability, performance, and
3131
Planned maintenance that requires a reboot, is scheduled in waves. Each wave has different scope (regions).
3232

3333
- A wave starts with a notification to customers. By default, notification is sent to subscription owner and co-owners. You can add more recipients and messaging options like email, SMS, and Webhooks, to the notifications using Azure [Activity Log Alerts](../../azure-monitor/platform/activity-logs-overview.md).
34-
- At the time of the notification, a *self-service window* is made available. During this window, you can find which of your virtual machines are included in this wave and proactively start maintenance according to your own scheduling needs.
34+
- At the time of the notification, a *self-service window* is made available. During this window that is typically four weeks, you can find which of your virtual machines are included in this wave and proactively start maintenance according to your own scheduling needs.
3535
- After the self-service window, a *scheduled maintenance window* begins. At some point during this window, Azure schedules and applies the required maintenance to your virtual machine.
3636

3737
The goal in having two windows is to give you enough time to start maintenance and reboot your virtual machine while knowing when Azure will automatically start maintenance.

includes/virtual-machines-common-planned-maintenance.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: shants123
66
ms.service: virtual-machines
77
ms.topic: include
8-
ms.date: 12/14/2018
8+
ms.date: 4/30/2019
99
ms.author: shants
1010
ms.custom: include file
1111
---
@@ -14,7 +14,7 @@ Azure periodically updates platform to improve the reliability, performance, and
1414

1515
- If a non-rebootful update is possible, the VM is paused while the host is updated or it is live migrated to an already updated host.
1616

17-
- If maintenance requires a reboot, you get a notice of when the maintenance is planned. Azure will also give a time window where you can start the maintenance yourself, at a time that works for you. Azure is investing in technologies to reduce the cases when the VMs have to be rebooted for planned platform maintenance.
17+
- If maintenance requires a reboot, you get a notice of when the maintenance is planned. Azure will also give a time window where you can start the maintenance yourself, at a time that works for you. Self-maintenance time window is typically four weeks unless it is urgent to perform maintenance. Azure is also investing in technologies to reduce the cases when the VMs have to be rebooted for planned platform maintenance.
1818

1919
This page describes how Azure performs both types of maintenance. For more information about unplanned events (outages), see Manage the availability of virtual machines for [Windows](../articles/virtual-machines/windows/manage-availability.md) or [Linux](../articles/virtual-machines/linux/manage-availability.md).
2020

@@ -24,18 +24,19 @@ For "how-to" information on managing planned maintenance, see "Handling planned
2424

2525
## Maintenance not requiring a reboot
2626

27-
The goal for most maintenance that doesn't require a reboot is less than 10 seconds pause for the VM. In certain cases memory preserving maintenance mechanisms are used, which pauses the VM for up to 30 seconds and preserves the memory in RAM. The virtual machine is then resumed and the clock of the virtual machine is automatically synchronized. Azure is increasingly using live migration technologies and improving memory preserving maintenance mechanism to reduce the pause duration.
27+
The goal for most non-zero impact maintenance that doesn't require a reboot is less than 10 seconds pause for the VM. Azure chooses the update mechanism that is least impactful to customer VMs. In certain cases, memory preserving maintenance mechanisms are used, which pauses the VM for up to 30 seconds and preserves the memory in RAM. The VM is then resumed and its clock is automatically synchronized. Azure is increasingly using live migration technologies and improving memory preserving maintenance mechanism to reduce the pause duration.
2828

2929
These non-rebootful maintenance operations are applied fault domain by fault domain, and progress is stopped if any warning health signals are received.
3030

3131
Some applications may be impacted by these types of updates. In case the VM is live migrated to a different host, some sensitive workloads might notice a slight performance degradation in the few minutes leading up to the VM pause. Such applications can benefit from using Scheduled Events for [Windows](../articles/virtual-machines/windows/scheduled-events.md) or [Linux](../articles/virtual-machines/linux/scheduled-events.md) to prepare for VM maintenance and have no impact during Azure maintenance. Azure is also working on maintenance control features for such ultra-sensitive applications.
3232

33+
95% of Azure fleet supports memory preserving updates and live migration. The exceptions are M, L, H, and N series VMs.
3334

3435
## Maintenance requiring a reboot
3536

3637
In the rare case when VMs need to be rebooted for planned maintenance, you are notified in advance. Planned maintenance has two phases: the self-service window and a scheduled maintenance window.
3738

38-
The **self-service window** lets you start the maintenance on your VMs. During this time, you can query each VM to see their status and check the result of your last maintenance request.
39+
The **self-service window** lets you start the maintenance on your VMs. During this time that is typically four weeks, you can query each VM to see their status and check the result of your last maintenance request.
3940

4041
When you start self-service maintenance, your VM is redeployed to an already updated node. Because the VM reboots, the temporary disk is lost and dynamic IP addresses associated with virtual network interface are updated.
4142

0 commit comments

Comments
 (0)