Skip to content

Commit 82e1163

Browse files
authored
Updated placeholder
1 parent 94ccad7 commit 82e1163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/web-app-routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ If you use the Azure Cloud Shell, `kubectl` is already installed. You can also i
188188
az aks install-cli
189189
```
190190

191-
To configure `kubectl` to connect to your Kubernetes cluster, use the [az aks get-credentials][az-aks-get-credentials] command. The following example gets credentials for the AKS cluster named *myAKSCluster* in *myResourceGroup*:
191+
To configure `kubectl` to connect to your Kubernetes cluster, use the [az aks get-credentials][az-aks-get-credentials] command.
192192

193193
```azurecli-interactive
194194
az aks get-credentials -g <ResourceGroupName> -n <ClusterName>

0 commit comments

Comments
 (0)