Skip to content

Commit 92f5a30

Browse files
committed
Fixed typo in command
1 parent 93e3eac commit 92f5a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/app-routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ To connect to the Kubernetes cluster from your local computer, you use [kubectl]
124124
Configure `kubectl` to connect to your Kubernetes cluster using the [az aks get-credentials][az-aks-get-credentials] command.
125125

126126
```azurecli-interactive
127-
az aks get-credentials --resource-group <ResourceGroupName> -name <ClusterName>
127+
az aks get-credentials --resource-group <ResourceGroupName> --name <ClusterName>
128128
```
129129

130130
## Deploy an application

0 commit comments

Comments
 (0)