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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The following table summarizes the support matrix for VM restore points.
42
42
**VM with HUB (Hybrid Use Benefit) license** | Yes
43
43
**VMs migrated from on-prem using Azure Migrate** | Yes
44
44
**VMs with RBAC policies** | Yes
45
-
**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.
46
46
**VMs with standard HDDs** | Yes
47
47
**VMs with standard SSDs** | Yes
48
48
**VMs with premium SSDs** | Yes
@@ -53,7 +53,7 @@ The following table summarizes the support matrix for VM restore points.
53
53
**VMs with Host based encryption enabled with PMK/CMK/Double encryption** | Yes
54
54
**VMs with ADE (Azure Disk Encryption)** | Yes
55
55
**VMs using Accelerated Networking** | Yes
56
-
**Frequency supported** | 3 hours for app consistent restore points. 1 hour for [crash consistent restore points (preview)](https://github.com/Azure/Virtual-Machine-Restore-Points/tree/main/Crash%20consistent%20VM%20restore%20points%20(preview))
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))
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
78
79
-
- Restore points do not support Core OS Linux.
80
-
- Restore points do not support 32-bit operating systems.
79
+
- Restore points don't support Core OS Linux.
80
+
- Restore points don't support 32-bit operating systems.
81
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 do not support a proxy-configured Linux VM if it doesn't have Python version 2.7 or higher installed.
83
-
- Restore points do not 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.
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
84
85
85
## Other limitations
86
86
87
87
- Restore points are supported only for managed disks.
88
-
- Ultra-disks, Ephemeral OS disks, and Shared disks are not supported.
88
+
- Ultra-disks, Ephemeral OS disks, and Shared disks aren't supported.
89
89
- Restore points APIs require an API of version 2021-03-01 or later.
90
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.
91
-
- Concurrent creation of restore points for a VM is not supported.
92
-
- 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 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.
93
93
> [!Note]
94
94
> Public preview of cross-region creation and copying of VM restore points is available, with the following limitations:
95
-
> - 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.
96
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
97
> - No portal support for cross region copy and cross region creation of restore points
0 commit comments