diff --git a/docs/content/guides/operations/kubernetes/overview/index.md b/docs/content/guides/operations/kubernetes/overview/index.md index 0fc231210..d5d67d35e 100644 --- a/docs/content/guides/operations/kubernetes/overview/index.md +++ b/docs/content/guides/operations/kubernetes/overview/index.md @@ -164,7 +164,7 @@ Visit the [Kubernetes docs](https://kubernetes.io/docs/tasks/configure-pod-conta Visit the [Azure docs](https://docs.microsoft.com/azure/aks/cluster-container-registry-integration?tabs=azure-cli)to learn how to configure access to an ACR registry. ```bash -az aks update --name myAKSCluster -resource-group myResourceGroup --subscription mySubscription --attach-acr +az aks update --name myAKSCluster --resource-group myResourceGroup --subscription mySubscription --attach-acr ``` {{% /codetab %}}