Skip to content

Commit b49aaa6

Browse files
authored
Update use-azure-dedicated-hosts.md
1 parent 13d53c7 commit b49aaa6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/aks/use-azure-dedicated-hosts.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Azure Dedicated Hosts in Azure Kubernetes Service (AKS)
33
description: Learn how to create an Azure Dedicated Hosts Group and associate it with Azure Kubernetes Service (AKS)
44
services: container-service
55
ms.topic: article
6-
ms.date: 09/13/2022
6+
ms.date: 12/01/2022
77
---
88

99
# Add Azure Dedicated Host to an Azure Kubernetes Service (AKS) cluster
@@ -49,6 +49,12 @@ az vm list-skus -l eastus -r hostGroups/hosts -o table
4949
> First, when using host group, the nodepool fault domain count is always the same as the host group fault domain count. In order to use cluster auto-scaling to work with ADH and AKS, please make sure your host group fault domain count and capacity is enough.
5050
> Secondly, only change fault domain count from the default of 1 to any other number if you know what they are doing as a misconfiguration could lead to a unscalable configuration.
5151
52+
Evaluate [host utilization](https://learn.microsoft.com/en-us/azure/virtual-machines/dedicated-hosts-how-to?tabs=cli#check-the-status-of-the-host) to determine the number of allocatable VMs by size before you deploy.
53+
54+
```azurecli-interactive
55+
az vm host -g myDHResourceGroup --host-group MyHostGroup --name MyHost
56+
```
57+
5258
## Create a Host Group
5359

5460
Now create a dedicated host in the host group. In addition to a name for the host, you're required to provide the SKU for the host. Host SKU captures the supported VM series and the hardware generation for your dedicated host.

0 commit comments

Comments
 (0)