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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This article guides you through how to create an Azure [dedicated host](dedicate
23
23
24
24
- 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.
25
25
- Not all Azure VM SKUs, regions and availability zones support ultra disks, for more information about this topic, see [Azure ultra disks](disks-enable-ultra-ssd.md).
26
-
-Currently dedicatedhosts do not support 'ultra disks' on the following VM sizes: LSv2, M, Mv2, Msv2, Mdsv2, NVv3, NVv4 (ultra disks are supported on these sizes for multi tenant VMs).
26
+
-Additional [limitations](./dedicated-hosts.md#ultra-disk-support-for-virtual-machines-on-dedicated-hosts) would apply when using ultra disks on the following VM sizes: LSv2, M, Mv2, Msv2, Mdsv2, NVv3, NVv4 on a dedicated host.
27
27
- The fault domain count of the virtual machine scale set can't exceed the fault domain count of the host group.
28
28
- Users can not select hardware capabilities like accelerated networking when creating a dedicated host.
29
29
- Users would not be able to create VMs/VMSS with accelerated networking enabled on a dedicated host.
Copy file name to clipboardExpand all lines: articles/virtual-machines/dedicated-hosts.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,11 @@ A **host group** is a resource that represents a collection of dedicated hosts.
47
47
A **host** is a resource, mapped to a physical server in an Azure data center. The physical server is allocated when the host is created. A host is created within a host group. A host has a SKU describing which VM sizes can be created. Each host can host multiple VMs, of different sizes, as long as they are from the same size series.
48
48
49
49
50
-
## High Availability considerations
50
+
## High availability considerations
51
51
52
52
For high availability, you should deploy multiple VMs, spread across multiple hosts (minimum of 2). With Azure Dedicated Hosts, you have several options to provision your infrastructure to shape your fault isolation boundaries.
53
53
54
-
### Use Availability Zones for fault isolation
54
+
### Use availability zones for fault isolation
55
55
56
56
Availability zones are unique physical locations within an Azure region. Each zone is made up of one or more datacenters equipped with independent power, cooling, and networking. A host group is created in a single availability zone. Once created, all hosts will be placed within that zone. To achieve high availability across zones, you need to create multiple host groups (one per zone) and spread your hosts between them accordingly.
57
57
@@ -132,7 +132,14 @@ Not all scale-set orchestration and optimizations settings are supported by dedi
132
132
- Use the ScaleSetVM orchestration mode
133
133
- Don't use proximity placement groups for co-location
134
134
135
+
### Ultra disk support for virtual machines on dedicated hosts
136
+
[Ultra disks](./disks-enable-ultra-ssd.md) offer higher IOPS (maximum of 160,00 IOPS per disk) and higher disk throughput (maximum of 4000 MBps per disk) depending on the disk size. All the limitations of ultra disks would still apply. To use ultra disks on dedicated hosts following requirements needs to be satisfied:
137
+
- Host group needs to have Ultra SSD 'Enabled', this property cannot be changed once the host group is created
138
+
- Dedicated host's virtual machine series should be compatible with ultra disks.
135
139
140
+
Dedicated hosts also support ultra disks with specialty VM sizes: LSv2, M, Mv2, Msv2, Mdsv2, NVv3, NVv4. However in these cases below listed additional limitations would apply:
141
+
- Host group should have Automatic Placement 'Disabled'
142
+
- Host group's fault domain count should be set to '1' only.
0 commit comments