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
- The scale set must have a `platformFaultDomainCount` of **1**.
183
183
- VMs created by the scale set must be `Stopped` prior to being detached.
184
184
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
+
185
194
## Troubleshooting
186
195
187
196
### Attach an existing VM to an existing scale set troubleshooting (Preview)
0 commit comments