Skip to content

Commit c935e00

Browse files
author
Vamsi Kavuru
committed
Fixed based on brittany's commnets
1 parent c5eb60c commit c935e00

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This article guides you through how to create an Azure [dedicated host](dedicate
2424
## Limitations
2525

2626
- The sizes and hardware types available for dedicated hosts vary by region. Refer to the host [pricing page](https://aka.ms/ADHPricing) to learn more.
27-
- Not all Azure VM SKUs, regions and availability zones support ultra disks, see [Azure ultra disks](disks-enable-ultra-ssd.md) for more information.
27+
- Not all Azure VM SKUs, regions and availability zones support ultra disks, see [Azure ultra disks](disks-enable-ultra-ssd.md) for more information. Ultra disk support for dedicated hosts is currently in preview.
2828
- The fault domain count of the virtual machine scale set can't exceed the fault domain count of the host group.
2929

3030
## Create a host group
@@ -37,9 +37,9 @@ In either case, you need to provide the fault domain count for your host group.
3737

3838
You can also decide to use both availability zones and fault domains.
3939

40-
Enabling ultra disks is a host group level setting and cannot be changed after a host group is created.
40+
Enabling ultra disks (Preview) is a host group level setting and cannot be changed after a host group is created.
4141

42-
If you intend to use Lsv2 based VM SKUs with ultra disks on ADH, set host group's **Fault domain count** to **1**.
42+
If you intend to use LSv2 or M series VMs, with ultra disks (Preview) on dedicated hosts, set host group's **Fault domain count** to **1**.
4343

4444
### [Portal](#tab/portal)
4545

@@ -70,7 +70,7 @@ Not all host SKUs are available in all regions, and availability zones. You can
7070
```azurecli-interactive
7171
az vm list-skus -l eastus2 -r hostGroups/hosts -o table
7272
```
73-
You can also verify if a VM series supports ultra disks.
73+
You can also verify if a VM series supports ultra disks (Preview).
7474

7575
```azurecli-interactive
7676
subscription="<mySubID>"
@@ -118,7 +118,7 @@ az vm host group create \
118118
--platform-fault-domain-count 2
119119
```
120120

121-
The following uses [az vm host group create](/cli/azure/vm/host/group#az-vm-host-group-create) to create a host group that supports ultra SSD disks and auto placement of VMs enabled.
121+
The following uses [az vm host group create](/cli/azure/vm/host/group#az-vm-host-group-create) to create a host group that supports ultra disks (Preview) and auto placement of VMs enabled.
122122

123123
```azurecli-interactive
124124
az vm host group create \

0 commit comments

Comments
 (0)