You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/use-azure-dedicated-hosts.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,9 @@ az vm list-skus -l eastus -r hostGroups/hosts -o table
39
39
> 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.
40
40
> 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.
41
41
42
-
[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).
42
+
[Determine how many hosts you would need based on the expected VM Utilization][determine-host-based-on-vm-utilization].
43
43
44
-
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.
44
+
Evaluate [host utilization][host-utilization-evaluate] to determine the number of allocatable VMs by size before you deploy.
45
45
46
46
```azurecli-interactive
47
47
az vm host get-instance-view -g myDHResourceGroup --host-group MyHostGroup --name MyHost
@@ -62,7 +62,7 @@ You can also decide to use both availability zones and fault domains.
62
62
63
63
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.
64
64
65
-
For more information about the host SKUs and pricing, see [Azure Dedicated Host pricing](https://azure.microsoft.com/pricing/details/virtual-machines/dedicated-host/).
65
+
For more information about the host SKUs and pricing, see [Azure Dedicated Host pricing][azure-dedicated-host-pricing].
66
66
67
67
Use az vm host create to create a host. If you set a fault domain count for your host group, you'll be asked to specify the fault domain for your host.
68
68
@@ -138,10 +138,13 @@ In this article, you learned how to create an AKS cluster with a Dedicated host,
0 commit comments