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
+39-14Lines changed: 39 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,30 +21,28 @@ The following table summarizes the support matrix for VM restore points.
21
21
**Scenarios** | **Supported by VM restore points**
22
22
--- | ---
23
23
**VMs using Managed disks** | Yes
24
-
**VMs using unmanaged disks** | No. Exclude these disks and create a VM restore point.
24
+
**VMs using unmanaged disks** | No
25
25
**VMs using Ultra Disks** | No. Exclude these disks and create a VM restore point.
26
26
**VMs using Ephemeral OS Disks** | No. Exclude these disks and create a VM restore point.
27
27
**VMs using shared disks** | No. Exclude these disks and create a VM restore point.
28
28
**VMs with extensions** | Yes
29
-
**VMs with trusted enabled** | Yes
29
+
**VMs with trusted launch** | Yes
30
30
**Confidential VMs** | Yes
31
31
**Generation 2 VMs (UEFI boot)** | Yes
32
32
**VMs with NVMe disks (Storage optimized - Lsv2-series)** | Yes
33
33
**VMs in Proximity placement groups** | Yes
34
34
**VMs in an availability set** | Yes. You can create VM restore points for individual VMs within an availability set. You need to create restore points for all the VMs within an availability set to protect an entire availability set instance.
35
-
**Reserved VM instances (Azure reservations)** | Yes
36
-
**VMs inside VMSS unified** | No
37
-
**VMs inside VMSS Flex** | Yes. You can create VM restore points for individual VMs within the virtual machine scale set flex. However, you need to create restore points for all the VMs within the virtual machine scale set flex to protect an entire virtual machine scale set flex instance.
35
+
**VMs inside VMSS with uniform orchestration** | No
36
+
**VMs inside VMSS with flexible orchestration** | Yes. You can create VM restore points for individual VMs within the virtual machine scale set flex. However, you need to create restore points for all the VMs within the virtual machine scale set flex to protect an entire virtual machine scale set flex instance.
38
37
**Spot VMs (Low priority VMs)** | Yes
39
38
**VMs with dedicated hosts** | Yes
40
39
**VMs with Host caching enabled** | Yes
41
-
**VMs with pinned nodes** | Yes
42
40
**VMs created from marketplace images** | Yes
43
41
**VMs created from custom images** | Yes
44
42
**VM with HUB (Hybrid Use Benefit) license** | Yes
45
43
**VMs migrated from on-prem using Azure Migrate** | Yes
46
44
**VMs with RBAC policies** | Yes
47
-
**Temporary disk in VMs** | Yes. You can create VM restore point for VMs with temporary disks. However, the restore points created do not contain the data from the temporary disks.
45
+
**Temporary disk in VMs** | Yes. You can create VM restore point for VMs with temporary disks. However, the restore points created don't contain the data from the temporary disks.
48
46
**VMs with standard HDDs** | Yes
49
47
**VMs with standard SSDs** | Yes
50
48
**VMs with premium SSDs** | Yes
@@ -55,21 +53,48 @@ The following table summarizes the support matrix for VM restore points.
55
53
**VMs with Host based encryption enabled with PMK/CMK/Double encryption** | Yes
56
54
**VMs with ADE (Azure Disk Encryption)** | Yes
57
55
**VMs using Accelerated Networking** | Yes
58
-
**VMs that are live migrated** | Yes
59
-
**VMs that are service healed** | Yes
56
+
**Frequency supported** | Three hours for app consistent restore points. One hour for [crash consistent restore points (preview)](https://github.com/Azure/Virtual-Machine-Restore-Points/tree/main/Crash%20consistent%20VM%20restore%20points%20(preview))
60
57
61
-
## Limitations
58
+
## Operating system support
59
+
60
+
### Windows
61
+
62
+
The following Windows operating systems are supported when creating restore points for Azure VMs running on Windows.
63
+
64
+
- Windows 10 Client (64 bit only)
65
+
- Windows Server 2022 (Datacenter/Datacenter Core/Standard)
66
+
- Windows Server 2019 (Datacenter/Datacenter Core/Standard)
67
+
- Windows Server 2016 (Datacenter/Datacenter Core/Standard)
68
+
- Windows Server 2012 R2 (Datacenter/Standard)
69
+
- Windows Server 2012 (Datacenter/Standard)
70
+
- Windows Server 2008 R2 (RTM and SP1 Standard)
71
+
- Windows Server 2008 (64 bit only)
72
+
73
+
Restore points don't support 32-bit operating systems.
74
+
75
+
### Linux
76
+
77
+
For Azure VM Linux VMs, restore points support the list of Linux [distributions endorsed by Azure](../virtual-machines/linux/endorsed-distros.md). Note the following:
78
+
79
+
- Restore points don't support Core OS Linux.
80
+
- Restore points don't support 32-bit operating systems.
81
+
- Other bring-your-own Linux distributions might work as long as the [Azure VM agent for Linux](../virtual-machines/extensions/agent-linux.md) is available on the VM, and as long as Python is supported.
82
+
- Restore points don't support a proxy-configured Linux VM if it doesn't have Python version 2.7 or higher installed.
83
+
- Restore points don't back up NFS files that are mounted from storage, or from any other NFS server, to Linux or Windows machines. It only backs up disks that are locally attached to the VM.
84
+
85
+
## Other limitations
62
86
63
87
- Restore points are supported only for managed disks.
64
-
- Ultra-disks, Ephemeral OS disks, and Shared disks are not supported.
88
+
- Ultra-disks, Ephemeral OS disks, and Shared disks aren't supported.
65
89
- Restore points APIs require an API of version 2021-03-01 or later.
66
90
- 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
-
- Concurrent creation of restore points for a VM is not supported.
68
-
- Movement of Virtual Machines (VM) between Resource Groups (RG), or Subscriptions is not supported when the VM has restore points. Moving the VM between Resource Groups or Subscriptions will not update the source VM reference in the restore point and will cause a mismatch of ARM processor IDs between the actual VM and the restore points.
91
+
- Concurrent creation of restore points for a VM isn't supported.
92
+
- Movement of Virtual Machines (VM) between Resource Groups (RG), or Subscriptions isn't supported when the VM has restore points. Moving the VM between Resource Groups or Subscriptions won't update the source VM reference in the restore point and will cause a mismatch of ARM processor IDs between the actual VM and the restore points.
69
93
> [!Note]
70
94
> Public preview of cross-region creation and copying of VM restore points is available, with the following limitations:
71
-
> - Private links are not supported when copying restore points across regions or creating restore points in a region other than the source VM.
95
+
> - Private links aren't supported when copying restore points across regions or creating restore points in a region other than the source VM.
72
96
> - Customer-managed key encrypted restore points, when copied to a target region or created directly in the target region are created as platform-managed key encrypted restore points.
97
+
> - No portal support for cross region copy and cross region creation of restore points
Copy file name to clipboardExpand all lines: articles/virtual-machines/manage-restore-points.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ After you have the list of disk restore point IDs, you can use the [Disks - Crea
54
54
## Restore a VM with a restore point
55
55
56
56
To restore a full VM from a VM restore point, you must restore individual disks from each disk restore point. This process is described in the [Create a disk](#create-a-disk-using-disk-restore-points) section. After you restore all the disks, create a new VM and attach the restored disks to the new VM.
57
+
You can also use the [ARM template](https://github.com/Azure/Virtual-Machine-Restore-Points/blob/main/RestoreVMFromRestorePoint.json) to restore a full VM along with all the disks.
0 commit comments