Skip to content

Commit d189176

Browse files
author
Vamsi Kavuru
committed
Updated ADH-hg PS cmd to reflect the right flag
1 parent bce38ab commit d189176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/dedicated-hosts-how-to.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,14 @@ $hostGroup = New-AzHostGroup `
144144
-ResourceGroupName $rgName `
145145
-Location $location `
146146
-Zone 1 `
147-
-EnableUltraSSD true `
147+
-EnableUltraSSD `
148148
-PlatformFaultDomain 2 `
149149
-SupportAutomaticPlacement true
150150
```
151151

152152
Add the `-SupportAutomaticPlacement true` parameter to have your VMs and scale set instances automatically placed on hosts, within a host group. For more information about this topic, see [Manual vs. automatic placement ](dedicated-hosts.md#manual-vs-automatic-placement).
153153

154-
Add the `-EnableUltraSSD true` (Preview) parameter to enable creation of VMs that can support ultra disks.
154+
Add the `-EnableUltraSSD` (Preview) parameter to enable creation of VMs that can support ultra disks.
155155

156156
---
157157

0 commit comments

Comments
 (0)