Skip to content

Commit 2a23559

Browse files
committed
updated preview in ToC entry and h1; fixed link
1 parent 135c331 commit 2a23559

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

articles/aks/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
items:
203203
- name: Node pool snapshot
204204
href: node-pool-snapshot.md
205-
- name: Use Dedicated Hosts with AKS
205+
- name: Use Dedicated Hosts with AKS (preview)
206206
href: use-azure-dedicated-hosts.md
207207
- name: Use multiple node pools
208208
href: use-multiple-node-pools.md

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 02/11/2021
77

88
---
99

10-
# Add Azure Dedicated Host to an Azure Kubernetes Service (AKS) cluster
10+
# Add Azure Dedicated Host to an Azure Kubernetes Service (AKS) cluster (Preview)
1111

1212
Azure Dedicated Host is a service that provides physical servers - able to host one or more virtual machines - dedicated to one Azure subscription. Dedicated hosts are the same physical servers used in our data centers, provided as a resource. You can provision dedicated hosts within a region, availability zone, and fault domain. Then, you can place VMs directly into your provisioned hosts, in whatever configuration best meets your needs.
1313

@@ -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#az_vm_host_group_create?view=azure-cli-latest&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][az-vm-host-group-create] to create a host group using both availability zones and fault domains.
8989

9090
```azurecli-interactive
9191
az vm host group create \
@@ -127,3 +127,4 @@ In this article, you learned how to create an AKS cluster with a Dedicated host,
127127
[aks-faq]: faq.md
128128
[azure-cli-install]: /cli/azure/install-azure-cli
129129
[dedicated-hosts]: /azure/virtual-machines/dedicated-hosts.md
130+
[az-vm-host-group-create]: /cli/azure/vm/host/group#az_vm_host_group_create

0 commit comments

Comments
 (0)