Skip to content

Commit c64adf8

Browse files
authored
Merge pull request #204715 from v-ksreedevan/14Jul-Troubleshooting
Troubleshooting
2 parents 2f8c7ac + d0080ee commit c64adf8

File tree

7 files changed

+419
-17
lines changed

7 files changed

+419
-17
lines changed

articles/virtual-machines/TOC.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1987,8 +1987,6 @@
19871987
items:
19881988
- name: Overview
19891989
href: virtual-machines-create-restore-points.md
1990-
- name: Support matrix
1991-
href: concepts-restore-points.md
19921990
- name: Quickstarts
19931991
items:
19941992
- name: Create VM restore points
@@ -2003,6 +2001,10 @@
20032001
href: virtual-machines-create-restore-points-powershell.md
20042002
- name: Portal
20052003
href: virtual-machines-create-restore-points-portal.md
2004+
- name: Support matrix
2005+
href: concepts-restore-points.md
2006+
- name: Troubleshooting
2007+
href: restore-point-troubleshooting.md
20062008
- name: Move and migrate VMs
20072009
items:
20082010
- name: Change subscription or resource group

articles/virtual-machines/concepts-restore-points.md

Lines changed: 39 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,28 @@ The following table summarizes the support matrix for VM restore points.
2121
**Scenarios** | **Supported by VM restore points**
2222
--- | ---
2323
**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
2525
**VMs using Ultra Disks** | No. Exclude these disks and create a VM restore point.
2626
**VMs using Ephemeral OS Disks** | No. Exclude these disks and create a VM restore point.
2727
**VMs using shared disks** | No. Exclude these disks and create a VM restore point.
2828
**VMs with extensions** | Yes
29-
**VMs with trusted enabled** | Yes
29+
**VMs with trusted launch** | Yes
3030
**Confidential VMs** | Yes
3131
**Generation 2 VMs (UEFI boot)** | Yes
3232
**VMs with NVMe disks (Storage optimized - Lsv2-series)** | Yes
3333
**VMs in Proximity placement groups** | Yes
3434
**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.
3837
**Spot VMs (Low priority VMs)** | Yes
3938
**VMs with dedicated hosts** | Yes
4039
**VMs with Host caching enabled** | Yes
41-
**VMs with pinned nodes** | Yes
4240
**VMs created from marketplace images** | Yes
4341
**VMs created from custom images** | Yes
4442
**VM with HUB (Hybrid Use Benefit) license** | Yes
4543
**VMs migrated from on-prem using Azure Migrate** | Yes
4644
**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.
4846
**VMs with standard HDDs** | Yes
4947
**VMs with standard SSDs** | Yes
5048
**VMs with premium SSDs** | Yes
@@ -55,21 +53,48 @@ The following table summarizes the support matrix for VM restore points.
5553
**VMs with Host based encryption enabled with PMK/CMK/Double encryption** | Yes
5654
**VMs with ADE (Azure Disk Encryption)** | Yes
5755
**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))
6057

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
6286

6387
- 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.
6589
- Restore points APIs require an API of version 2021-03-01 or later.
6690
- 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.
6993
> [!Note]
7094
> 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.
7296
> - 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
7398
7499
## Next steps
75100

articles/virtual-machines/manage-restore-points.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ After you have the list of disk restore point IDs, you can use the [Disks - Crea
5454
## Restore a VM with a restore point
5555

5656
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.
5758

5859
## Get a shared access signature for a disk
5960

73.7 KB
Loading
73.7 KB
Loading

0 commit comments

Comments
 (0)