Skip to content

Commit 2c19f2e

Browse files
authored
Merge pull request #203592 from kobulloc-MSFT/patch-20
Consistent naming of myAKSCluster
2 parents bee1c85 + da2b73b commit 2c19f2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/learn/quick-kubernetes-deploy-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The following output example resembles successful creation of the resource group
8484
Create an AKS cluster using the [az aks create][az-aks-create] command with the *--enable-addons monitoring* parameter to enable [Container insights][azure-monitor-containers]. The following example creates a cluster named *myAKSCluster* with one node and enables a system-assigned managed identity:
8585

8686
```azurecli-interactive
87-
az aks create -g myResourceGroup -n myManagedCluster --enable-managed-identity --node-count 1 --enable-addons monitoring
87+
az aks create -g myResourceGroup -n myAKSCluster --enable-managed-identity --node-count 1 --enable-addons monitoring
8888
```
8989

9090
After a few minutes, the command completes and returns JSON-formatted information about the cluster.
@@ -321,4 +321,4 @@ This quickstart is for introductory purposes. For guidance on a creating full so
321321
[kubernetes-deployment]: ../concepts-clusters-workloads.md#deployments-and-yaml-manifests
322322
[kubernetes-service]: ../concepts-network.md#services
323323
[windows-container-cli]: ../windows-container-cli.md
324-
[aks-solution-guidance]: /azure/architecture/reference-architectures/containers/aks-start-here?WT.mc_id=AKSDOCSPAGE
324+
[aks-solution-guidance]: /azure/architecture/reference-architectures/containers/aks-start-here?WT.mc_id=AKSDOCSPAGE

0 commit comments

Comments
 (0)