You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/dedicated-hosts-how-to.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ This article guides you through how to create an Azure [dedicated host](dedicate
24
24
## Limitations
25
25
26
26
- 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.
28
28
- The fault domain count of the virtual machine scale set can't exceed the fault domain count of the host group.
29
29
30
30
## Create a host group
@@ -37,9 +37,9 @@ In either case, you need to provide the fault domain count for your host group.
37
37
38
38
You can also decide to use both availability zones and fault domains.
39
39
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.
41
41
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**.
43
43
44
44
### [Portal](#tab/portal)
45
45
@@ -70,7 +70,7 @@ Not all host SKUs are available in all regions, and availability zones. You can
70
70
```azurecli-interactive
71
71
az vm list-skus -l eastus2 -r hostGroups/hosts -o table
72
72
```
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).
74
74
75
75
```azurecli-interactive
76
76
subscription="<mySubID>"
@@ -118,7 +118,7 @@ az vm host group create \
118
118
--platform-fault-domain-count 2
119
119
```
120
120
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.
0 commit comments