Skip to content

Commit a8a824e

Browse files
committed
Adding in Dennis' feedback
1 parent d4e3653 commit a8a824e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Update-AzVM -ResourceGroupName $resourceGroupName -VM $vm -VirtualMachineScaleS
141141
- The VM can't be in an Azure Dedicated Host.
142142
- The VM must have a managed disk.
143143
- The scale set must have `singlePlacementGroup` set to `False`.
144-
- Scale sets created without a scaling profile default to `singlePlacementGroup` set to `null`. To attach VMs to a scale set without a scaling profile, `singlePlacementGroup` needs to be set to `False`.
144+
- Scale sets created without a scaling profile default to `singlePlacementGroup` set to `null`. To attach VMs to a scale set without a scaling profile, `singlePlacementGroup` needs to be set to `False` at the time of the scale set's creation.
145145
- The VM can't be an RDMA capable HB-series or N-series VM.
146146

147147
## Detaching a VM from a Virtual Machine Scale Set (Preview)

0 commit comments

Comments
 (0)