Skip to content

Commit 1831922

Browse files
Apply suggestions from PR review
1 parent 6154e81 commit 1831922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/use-tags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When you create or update a cluster with the `--tags` parameter, the following a
4141
To create a cluster and assign Azure tags, use the `az aks create` with the `--tags` parameter. The following command creates a *myAKSCluster* in the *myResourceGroup* with the tags *dept=IT* and *costcenter=9999*.
4242

4343
> [!NOTE]
44-
> To set tags on the initial node pool, node resource group, the Virtual Machine Scale Set (VMSS) and each VMSS instance associated the initial node pool, also set the `--nodepool-tags` parameter.
44+
> To set tags on the initial node pool, node resource group, the virtual machine scale set, and each virtual machine scale set instance associated with the initial node pool, also set the `--nodepool-tags` parameter.
4545
4646
```azurecli-interactive
4747
az aks create \
@@ -99,7 +99,7 @@ When you create or update a node pool with the `--tags` parameter, the following
9999

100100
* the node pool
101101
* the node resource group
102-
* the VMSS and each VMSS instance associated the node pool
102+
* the virtual machine scale set and each virtual machine scale set instance associated with the node pool
103103

104104
To create a node pool with an Azure tag, use `az aks nodepool add` with the `--tags` parameter. The following example creates a *tagnodepool* node pool with the tags *abtest=a* and *costcenter=5555* in the *myAKSCluster*.
105105

0 commit comments

Comments
 (0)