Skip to content

Commit f1bc995

Browse files
authored
Merge pull request #93571 from tdihp/patch-3
Update use-tags.md
2 parents b92733c + a0ee9bc commit f1bc995

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
@@ -38,6 +38,7 @@ It's a good idea to understand what happens when you set and update Azure tags w
3838
When you create or update an AKS cluster with the `--tags` parameter, the following are assigned the Azure tags that you've specified:
3939

4040
* The AKS cluster
41+
* The node resource group
4142
* The route table that's associated with the cluster
4243
* The public IP that's associated with the cluster
4344
* The load balancer that's associated with the cluster
@@ -54,7 +55,7 @@ When you create or update an AKS cluster with the `--tags` parameter, the follow
5455
To create a cluster and assign Azure tags, run `az aks create` with the `--tags` parameter, as shown in the following command. Running the command creates a *myAKSCluster* in the *myResourceGroup* with the tags *dept=IT* and *costcenter=9999*.
5556

5657
> [!NOTE]
57-
> To set tags on the initial node pool, the node resource group, the virtual machine scale set, and each virtual machine scale set instance that's associated with the initial node pool, also set the `--nodepool-tags` parameter.
58+
> To set tags on the initial node pool, the virtual machine scale set, and each virtual machine scale set instance that's associated with the initial node pool, also set the `--nodepool-tags` parameter.
5859
5960
```azurecli-interactive
6061
az aks create \
@@ -111,7 +112,6 @@ You can apply an Azure tag to a new or existing node pool in your AKS cluster. T
111112
When you create or update a node pool with the `--tags` parameter, the tags that you specify are assigned to the following resources:
112113

113114
* The node pool
114-
* The node resource group
115115
* The virtual machine scale set and each virtual machine scale set instance that's associated with the node pool
116116

117117
To create a node pool with an Azure tag, run `az aks nodepool add` with the `--tags` parameter. Running the following command creates a *tagnodepool* node pool with the tags *abtest=a* and *costcenter=5555* in the *myAKSCluster*.

0 commit comments

Comments
 (0)