Skip to content

Commit a58e710

Browse files
authored
Update use-azure-dedicated-hosts.md
1 parent 57c78b4 commit a58e710

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ az vm list-skus -l eastus -r hostGroups/hosts -o table
4040
> 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.
4141
> 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.
4242
43-
[Determine how many hosts you would need based on the expected VM Utilization](https://learn.microsoft.com/en-us/azure/virtual-machines/dedicated-host-general-purpose-skus).
43+
[Determine how many hosts you would need based on the expected VM Utilization](https://learn.microsoft.com/azure/virtual-machines/dedicated-host-general-purpose-skus).
4444

45-
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.
45+
Evaluate [host utilization](https://learn.microsoft.com/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.
4646

4747
```azurecli-interactive
4848
az vm host get-instance-view -g myDHResourceGroup --host-group MyHostGroup --name MyHost

0 commit comments

Comments
 (0)