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/virtual-machines-create-restore-points.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,12 +57,14 @@ The throttling would fail with error code 429. Please retry the operation after
57
57
## Limitations
58
58
59
59
- Restore points are supported only for managed disks.
60
-
- Ultra-disks, ephemeral OS disks, and shared disks aren't supported.
61
-
- The API version for an application-consistent restore point is March 1, 2021, or later.
62
-
- The API version for a crash-consistent restore point is July 1, 2021, or later.
63
-
- Crash consistent is supported only for Premium VM SKUs.
60
+
- Ultra disks, Premium SSD v2 disks, Write-accelerated disks, Ephemeral OS disks, and shared disks aren't supported for crash consistency mode.
61
+
- Ephemeral OS disks, and shared disks aren't supported for application consistency mode.
62
+
- The API version for an application-consistent restore point is 2021-03-01, or later.
63
+
- The API version for a crash-consistent restore point is 2021-07-01, or later.
64
+
- Crash consistent restore point is supported on all Azure public regions.
65
+
- Crash consistent restore point is supported for VM sizes that support Premium storage like DSv2.
64
66
- Crash consistent restore points are not supported via portal. We will enable this soon.
65
-
- A maximum of 500 VM restore points can be retained at any time for a VM, irrespective of the number of restore point collections.
67
+
- A maximum of 500 VM restore points can be retained at any time for a VM, irrespective of the number of restore point collections or consistency type.
66
68
- Concurrent creation of restore points for a VM isn't supported.
67
69
- Restore points for virtual machine scale sets in Uniform orchestration mode aren't supported.
68
70
- Movement of VMs between resource groups or subscriptions isn't supported when the VM has restore points. Moving the VM between resource groups or subscriptions doesn't update the source VM reference in the restore point and causes a mismatch of Resource Manager IDs between the actual VM and the restore points.
0 commit comments