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/concepts-restore-points.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,9 +53,9 @@ The following table summarizes the support matrix for VM restore points.
53
53
**VMs with ADE (Azure Disk Encryption)** | Yes
54
54
**VMs using Accelerated Networking** | Yes
55
55
**Minimum Frequency at which App consistent restore point can be taken** | 3 hours
56
-
**Minimum Frequency at which [crash consistent restore points (preview)](https://github.com/Azure/Virtual-Machine-Restore-Points/tree/main/Crash%20consistent%20VM%20restore%20points%20(preview)) can be taken** | 1 hour
56
+
**Minimum Frequency at which crash consistent restore points can be taken** | 1 hour
57
57
**API version for Application consistent restore point** | 2021-03-01 or later
58
-
**API version for Crash consistent restore point (in preview)** | 2021-07-01 or later
58
+
**API version for Crash consistent restore point** | 2021-07-01 or later
59
59
60
60
> [!Note]
61
61
> Restore Points (App consistent or crash consistent) can be created by customer at the minimum supported frequency as mentioned above. Taking restore points at a frequency lower than supported would result in failure.
@@ -72,8 +72,7 @@ The following Windows operating systems are supported when creating restore poin
72
72
- Windows Server 2016 (Datacenter/Datacenter Core/Standard)
73
73
- Windows Server 2012 R2 (Datacenter/Standard)
74
74
- Windows Server 2012 (Datacenter/Standard)
75
-
- Windows Server 2008 R2 (RTM and SP1 Standard)
76
-
- Windows Server 2008 (64 bit only)
75
+
- OS that have reached [extended security update](/lifecycle/faq/extended-security-updates) will not be supported. Check your product's lifecycle [here](/lifecycle/products/)
77
76
78
77
Restore points don't support 32-bit operating systems.
79
78
@@ -96,7 +95,7 @@ For Azure VM Linux VMs, restore points support the list of Linux [distributions
96
95
- Restore points are supported only for managed disks.
97
96
- Ephemeral OS disks, and Shared disks aren't supported via both consistency modes.
98
97
- Restore points APIs require an API of version 2021-03-01 or later for application consistency.
99
-
- Restore points APIs require an API of version 2021-03-01 or later for crash consistency. (in preview)
98
+
- Restore points APIs require an API of version 2021-03-01 or later for crash consistency.
100
99
- A maximum of 10,000 restore point collections can be retained at per subscription per region level.
101
100
- A maximum of 500 VM restore points can be retained at any time for a VM, irrespective of the number of restore point collections.
102
101
- Concurrent creation of restore points for a VM isn't supported.
0 commit comments