Skip to content

Commit ec7c22b

Browse files
author
Cynthia Nottingham
committed
hardwaare type and pricing fixes
1 parent 94fa8bc commit ec7c22b

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
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

0 commit comments

Comments
 (0)