Skip to content

Commit e55e450

Browse files
committed
Moving VMs between scale sets
1 parent 9bc799a commit e55e450

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-attach-detach-vm.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,15 @@ Update-AzVM -ResourceGroupName $resourceGroupName -VM $vm -VirtualMachin
182182
- The scale set must have a `platformFaultDomainCount` of **1**.
183183
- VMs created by the scale set must be `Stopped` prior to being detached.
184184

185+
## Moving VMs between scale sets (Preview)
186+
187+
To move a VM from one scale set to another, use the following steps:
188+
1. [Detach](#detaching-a-vm-from-a-virtual-machine-scale-set-preview) the VM from scale set A.
189+
2. Once the detach completes, [attach](#attach-an-existing-vm-to-a-virtual-machine-scale-set-preview) the VM to scale set B.
190+
191+
### Limitations
192+
The limitations for VMs to be [attached](#limitations-for-attaching-an-existing-vm-to-a-scale-set) or [detached](#limitations-for-detaching-a-vm-from-a-scale-set) to or from a scale set remain the same.
193+
185194
## Troubleshooting
186195

187196
### Attach an existing VM to an existing scale set troubleshooting (Preview)

0 commit comments

Comments
 (0)