Skip to content

Commit 0287a99

Browse files
authored
Merge pull request #107190 from cynthn/patch-369
DH host "types" - Update virtual-machines-common-dedicated-hosts.md
2 parents 575dcb7 + ec7c22b commit 0287a99

File tree

4 files changed

+9
-18
lines changed

4 files changed

+9
-18
lines changed

articles/virtual-machines/linux/dedicated-hosts-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Make sure that you have installed Azure CLI version 2.0.70 or later, and signed
2121
## Limitations
2222

2323
- Virtual machine scale sets are not currently supported on dedicated hosts.
24-
- The initial release supports the following VM series: DSv3, ESv3, FSv2, LSv2, and MSv2.
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.
2525

2626

2727
## Create resource group
@@ -74,7 +74,7 @@ az vm host group create \
7474

7575
## Create a host
7676

77-
Now let's create a dedicated host in the host group. In addition to a name for the host, you are required to provide the SKU for the host. Host SKU captures the supported VM series as well as the hardware generation for your dedicated host. The following SKU values are supported: DSv3_Type1 and ESv3_Type1.
77+
Now let's create a dedicated host in the host group. In addition to a name for the host, you are required to provide the SKU for the host. Host SKU captures the supported VM series as well as the hardware generation for your dedicated host.
7878

7979
For more information about the host SKUs and pricing, see [Azure Dedicated Host pricing](https://aka.ms/ADHPricing).
8080

articles/virtual-machines/windows/dedicated-hosts-powershell.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
---
22
title: Deploy Azure dedicated hosts using the Azure PowerShell
33
description: Deploy VMs to dedicated hosts using Azure PowerShell.
4-
services: virtual-machines-windows
54
author: cynthn
6-
manager: gwallace
7-
editor: tysonn
8-
tags: azure-resource-manager
95
ms.service: virtual-machines-windows
106
ms.topic: article
11-
ms.tgt_pltfrm: vm-windows
127
ms.workload: infrastructure
138
ms.date: 08/01/2019
149
ms.author: cynthn
@@ -25,7 +20,7 @@ Make sure that you have installed Azure PowerShell version 2.8.0 or later, and y
2520
## Limitations
2621

2722
- Virtual machine scale sets are not currently supported on dedicated hosts.
28-
- The following VM series are supported: DSv3, ESv3, and Fsv2.
23+
- 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.
2924

3025
## Create a host group
3126

@@ -55,7 +50,6 @@ $hostGroup = New-AzHostGroup `
5550

5651
Now let's create a dedicated host in the host group. In addition to a name for the host, you are required to provide the SKU for the host. Host SKU captures the supported VM series as well as the hardware generation for your dedicated host.
5752

58-
5953
For more information about the host SKUs and pricing, see [Azure Dedicated Host pricing](https://aka.ms/ADHPricing).
6054

6155
If you set a fault domain count for your host group, you will be asked to specify the fault domain for your host. In this example, we set the fault domain for the host to 1.

includes/virtual-machines-common-dedicated-hosts-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
## Limitations
1414

1515
- Virtual machine scale sets are not currently supported on dedicated hosts.
16-
- The initial release supports the following VM series: DSv3, ESv3, FSv2, LSv2, and MSv2.
16+
- 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.
1717

1818
## Create a host group
1919

includes/virtual-machines-common-dedicated-hosts.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
author: cynthn
66
ms.service: virtual-machines
77
ms.topic: include
8-
ms.date: 07/26/2019
8+
ms.date: 03/10/2020
99
ms.author: cynthn
1010
ms.custom: include file
1111
---
1212

1313
## Limitations
1414

1515
- Virtual machine scale sets are not currently supported on dedicated hosts.
16-
- The following VM series are supported: DSv3, ESv3 and Fsv2.
1716

1817
## Benefits
1918

@@ -97,17 +96,15 @@ For more information, see [Azure Dedicated Host pricing](https://aka.ms/ADHPrici
9796

9897
You can also save on costs with a [Reserved Instance of Azure Dedicated Hosts](../articles/virtual-machines/prepay-dedicated-hosts-reserved-instances.md).
9998

100-
## VM families and Hardware generations
99+
## Sizes and hardware generations
101100

102-
A SKU is defined for a host and it represents the VM size series and type. You can mix multiple VMs of different sizes within a single host as long as they are of the same size series. The type is the hardware generation currently available in the region.
101+
A SKU is defined for a host and it represents the VM size series and type. You can mix multiple VMs of different sizes within a single host as long as they are of the same size series.
103102

104-
Different `types` for the same VM series will be from different CPU vendors and have different CPU generations and number of cores.
103+
The *type* is the hardware generation. Different hardware types for the same VM series will be from different CPU vendors and have different CPU generations and number of cores.
105104

106-
Refer to the host [pricing page](https://aka.ms/ADHPricing) to learn more.
105+
The sizes and hardware types vary by region. Refer to the host [pricing page](https://aka.ms/ADHPricing) to learn more.
107106

108-
Dedicated hosts support the following host SKU\types: DSv3_Type1 and ESv3_Type1
109107

110-
111108
## Host life cycle
112109

113110

0 commit comments

Comments
 (0)