Skip to content

Commit a428020

Browse files
committed
corrected link issues
1 parent aba730d commit a428020

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ az vm list-skus -l eastus -r hostGroups/hosts -o table
3939
> 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.
4040
> 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.
4141
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].
4343

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.
4545

4646
```azurecli-interactive
4747
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.
6262

6363
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.
6464

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].
6666

6767
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.
6868

@@ -138,10 +138,13 @@ In this article, you learned how to create an AKS cluster with a Dedicated host,
138138

139139
<!-- LINKS - External -->
140140
[kubernetes-services]: https://kubernetes.io/docs/concepts/services-networking/service/
141+
[azure-dedicated-host-pricing]: https://azure.microsoft.com/pricing/details/virtual-machines/dedicated-host/
141142

142143
<!-- LINKS - Internal -->
143144
[aks-support-policies]: support-policies.md
144145
[aks-faq]: faq.md
145146
[azure-cli-install]: /cli/azure/install-azure-cli
146147
[dedicated-hosts]: ../virtual-machines/dedicated-hosts.md
147148
[az-vm-host-group-create]: /cli/azure/vm/host/group#az_vm_host_group_create
149+
[determine-host-based-on-vm-utilization]: ../virtual-machines/dedicated-host-general-purpose-skus.md
150+
[host-utilization-evaluate]: ../virtual-machines/dedicated-hosts-how-to.md#check-the-status-of-the-host

0 commit comments

Comments
 (0)