Skip to content

Commit a0ba13b

Browse files
committed
Updates for SPG = null and IB
1 parent e5d005c commit a0ba13b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,9 @@ Update-AzVM -ResourceGroupName $resourceGroupName -VM $vm -VirtualMachineScaleS
140140
- The VM can't be in a `ProximityPlacementGroup`.
141141
- The VM can't be in an Azure Dedicated Host.
142142
- The VM must have a managed disk.
143-
- The scale set must have `properties.singlePlacementGroup` set to `False`.
143+
- The scale set must have `SinglePlacementGroup` set to `False`.
144+
- Scale sets created without a scaling profile automatically have `SinglePlacementGroup` set to `null`. VMs can only be attached to scale sets with `SinglePlacementGroup` set to `False`.
145+
- The VM cannot be an RDMA capable HB-series or N-series VM.
144146

145147
## Detaching a VM from a Virtual Machine Scale Set (Preview)
146148
Should you need to detach a VM from a scale set, you can follow the below steps to remove the VM from the scale set.
@@ -182,6 +184,8 @@ Update-AzVM -ResourceGroupName $resourceGroupName -VM $vm -VirtualMachin
182184
- The scale set must use Flexible orchestration mode.
183185
- The scale set must have a `platformFaultDomainCount` of **1**.
184186
- VMs created by the scale set must be `Stopped` prior to being detached.
187+
- Scale sets created without a scaling profile automatically have `SinglePlacementGroup` set to `null` and cannot detach VMs.
188+
- The VM cannot be an RDMA capable HB-series or N-series VM.
185189

186190
## Moving VMs between scale sets (Preview)
187191

0 commit comments

Comments
 (0)