Skip to content

Commit 619fdeb

Browse files
Merge pull request #216734 from fitzgeraldsteele/vmss-typo-fix
Clarify restore points support for VMSS Flex vs Uniform
2 parents 89958b0 + 459baff commit 619fdeb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ VM restore points are incremental. The first restore point stores a full copy of
3232

3333
## Restore points for VMs inside Virtual Machine Scale Set and Availability Set (AvSet)
3434

35-
Currently, restore points can only be created in one VM at a time, that is, you cannot create a single restore point across multiple VMs. Due to this limitation, we currently support creating restore points for individual VMs with a Virtual Machine Scale Set and Availability Set. If you want to back up your entire Virtual Machine Scale Set instance or your Availability Set instance, you must individually create restore points for all the VMs that are part of the instance.
35+
Currently, restore points can only be created in one VM at a time, that is, you cannot create a single restore point across multiple VMs. Due to this limitation, we currently support creating restore points for individual VMs with a Virtual Machine Scale Set in Flexible Orchestration mode, or Availability Set. If you want to back up instances within a Virtual Machine Scale Set instance or your Availability Set instance, you must individually create restore points for all the VMs that are part of the instance.
3636

3737
> [!Note]
38-
> Virtual Machine Scale Set with Unified orchestration is not supported by restore points. You cannot create restore points of VMs inside a Virtual Machine Scale Set with Unified orchestration.
38+
> Virtual Machine Scale Set with Uniform orchestration is not supported by restore points. You cannot create restore points of VMs inside a Virtual Machine Scale Set with Uniform orchestration.
3939
4040

4141
## Limitations
@@ -45,6 +45,7 @@ Currently, restore points can only be created in one VM at a time, that is, you
4545
- Restore points APIs require an API of version 2021-03-01 or later.
4646
- A maximum of 500 VM restore points can be retained at any time for a VM, irrespective of the number of restore point collections.
4747
- Concurrent creation of restore points for a VM is not supported.
48+
- Restore points for Virtual Machine Scale Sets in Uniform orchestration mode are not supported.
4849
- 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.
4950
> [!Note]
5051
> Public preview of cross-region creation and copying of VM restore points is available, with the following limitations:

0 commit comments

Comments
 (0)