Skip to content

Commit cb00d0d

Browse files
authored
Update use-azure-dedicated-hosts.md
1 parent 3133afe commit cb00d0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ Not all host SKUs are available in all regions, and availability zones. You can
8181
az vm list-skus -l eastus -r hostGroups/hosts -o table
8282
```
8383

84+
> [!NOTE]
85+
> 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 you host group fault domain count and capacity is enough.
86+
> 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.
87+
8488
## Create a Host Group
8589

8690
Now 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.

0 commit comments

Comments
 (0)