Skip to content

Commit 5e309c7

Browse files
authored
Update use-azure-dedicated-hosts.md
1 parent 43059a6 commit 5e309c7

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
@@ -85,7 +85,7 @@ For more information about the host SKUs and pricing, see [Azure Dedicated Host
8585

8686
Use az vm host create to create a host. If you set a fault domain count for your host group, you will be asked to specify the fault domain for your host.
8787

88-
In this example, we will use [az vm host group create](/cli/azure/vm/host/group?view=azure-cli-latest#az_vm_host_group_create&preserve-view=true) to create a host group using both availability zones and fault domains.
88+
In this example, we will use [az vm host group create](/cli/azure/vm/host/group#az_vm_host_group_create?view=azure-cli-latest&preserve-view=true) to create a host group using both availability zones and fault domains.
8989

9090
```azurecli-interactive
9191
az vm host group create \
@@ -117,7 +117,7 @@ az aks nodepool delete --cluster-name MyManagedCluster --name agentpool3 --resou
117117

118118
## Next steps
119119

120-
In this article, you learned how to create an AKS cluster with a Dedicated host, and to add a dedicated host to an existing cluster. For more information about Dedicated Hosts, see [dedicated-hosts](/azure/virtual-machines/dedicated-hosts.md).
120+
In this article, you learned how to create an AKS cluster with a Dedicated host, and to add a dedicated host to an existing cluster. For more information about Dedicated Hosts, see [dedicated-hosts](../virtual-machines/dedicated-hosts.md).
121121

122122
<!-- LINKS - External -->
123123
[kubernetes-services]: https://kubernetes.io/docs/concepts/services-networking/service/

0 commit comments

Comments
 (0)