diff --git a/articles/aks/ai-toolchain-operator.md b/articles/aks/ai-toolchain-operator.md index a7f6801e8..c8523a190 100644 --- a/articles/aks/ai-toolchain-operator.md +++ b/articles/aks/ai-toolchain-operator.md @@ -120,7 +120,7 @@ The following sections describe how to create an AKS cluster with the AI toolcha 1. Configure `kubectl` to connect to your cluster using the [az aks get-credentials][az-aks-get-credentials] command. ```azurecli-interactive - az aks get-credentials --resource-group $AZURE_RESOURCE_GROUP --cluster-name $CLUSTER_NAME + az aks get-credentials --resource-group $AZURE_RESOURCE_GROUP --name $CLUSTER_NAME ``` 2. Verify the connection to your cluster using the `kubectl get` command. @@ -287,4 +287,4 @@ Learn more about [KAITO model deployment options](https://github.com/Azure/kaito [mlops-concepts]: ../aks/concepts-machine-learning-ops.md [mlops-best-practices]: ../aks/best-practices-ml-ops.md [delete-node-pool]: ../aks/delete-node-pool.md -[kaito-fine-tune]: ./ai-toolchain-operator-fine-tune.md \ No newline at end of file +[kaito-fine-tune]: ./ai-toolchain-operator-fine-tune.md