Skip to content

Commit 0fab4a8

Browse files
authored
Merge pull request #115056 from cynthn/patch-386
Update dedicated-hosts-cli.md
2 parents 07f30a6 + e6a1e04 commit 0fab4a8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

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

2323
- Virtual machine scale sets are not currently supported on dedicated hosts.
2424
- 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-
2625

2726
## Create resource group
2827
An Azure resource group is a logical container into which Azure resources are deployed and managed. Create the resource group with az group create. The following example creates a resource group named *myDHResourceGroup* in the *East US* location.
@@ -31,6 +30,15 @@ An Azure resource group is a logical container into which Azure resources are de
3130
az group create --name myDHResourceGroup --location eastus
3231
```
3332

33+
## List Available host SKUs in a region
34+
Not all host SKUs are available in all regions, and availability zones.
35+
36+
List host availability, and any offer restrictions before you start provisioning dedicated hosts.
37+
38+
```bash
39+
az vm list-skus -l eastus2 -r hostGroups/hosts -o table
40+
```
41+
3442
## Create a host group
3543

3644
A **host group** is a resource that represents a collection of dedicated hosts. You create a host group in a region and an availability zone, and add hosts to it. When planning for high availability, there are additional options. You can use one or both of the following options with your dedicated hosts:
@@ -271,4 +279,4 @@ az group delete -n myDHResourceGroup
271279

272280
- You can also create dedicated hosts using the [Azure portal](dedicated-hosts-portal.md).
273281

274-
- There is sample template, found [here](https://github.com/Azure/azure-quickstart-templates/blob/master/201-vm-dedicated-hosts/README.md), that uses both zones and fault domains for maximum resiliency in a region.
282+
- There is sample template, found [here](https://github.com/Azure/azure-quickstart-templates/blob/master/201-vm-dedicated-hosts/README.md), that uses both zones and fault domains for maximum resiliency in a region.

0 commit comments

Comments
 (0)