Skip to content

Commit 31655c6

Browse files
Merge pull request #263689 from brittanyrowe/fd1-attach-detach
Added limitation from regression
2 parents e12548a + d11507a commit 31655c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ New-AzVm `
7878

7979
### Attach an existing VM to a Virtual Machine Scale Set (Preview)
8080

81-
Attach an existing virtual machine to a Virtual Machine Scale Set after the time of VM creation by specifying the `virtualMachineScaleSet` property. Attaching an existing VM to a scale set with a fault domain count of 1 does not require downtime.
81+
Attach an existing virtual machine to a Virtual Machine Scale Set after the time of VM creation by specifying the `virtualMachineScaleSet` property. Attaching an existing VM to a scale set with a fault domain count of 1 doesn't require downtime.
8282

8383
#### Enroll in the Preview
8484

@@ -182,6 +182,7 @@ Update-AzVM -ResourceGroupName $resourceGroupName -VM $vm -VirtualMachin
182182
- The scale set must use Flexible orchestration mode.
183183
- The scale set must have a `platformFaultDomainCount` of **1**.
184184
- VMs created by the scale set must be `Stopped` prior to being detached.
185+
- Detach of VMs created by the scale set is currently not supported in West Central US, East Asia, UK South, and North Europe.
185186

186187
## Moving VMs between scale sets (Preview)
187188

0 commit comments

Comments
 (0)