Skip to content

Commit 3648334

Browse files
committed
Slight language change for SPG
1 parent a0ba13b commit 3648334

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ 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 `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`.
143+
- 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 sacle set without a scaling profile, `singlePlacementGroup` needs to be set to `False`.
145145
- The VM cannot be an RDMA capable HB-series or N-series VM.
146146

147147
## Detaching a VM from a Virtual Machine Scale Set (Preview)
@@ -184,7 +184,7 @@ Update-AzVM -ResourceGroupName $resourceGroupName -VM $vm -VirtualMachin
184184
- The scale set must use Flexible orchestration mode.
185185
- The scale set must have a `platformFaultDomainCount` of **1**.
186186
- 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.
187+
- Scale sets created without a scaling profile default to `singlePlacementGroup` set to `null`. To detach VMs from a sacle set without a scaling profile, `singlePlacementGroup` needs to be set to `False`.
188188
- The VM cannot be an RDMA capable HB-series or N-series VM.
189189

190190
## Moving VMs between scale sets (Preview)

0 commit comments

Comments
 (0)