Skip to content

Commit a900fa3

Browse files
authored
Merge pull request #275773 from schaffererin/bug256490
Fixed typo in command
2 parents a119290 + 92f5a30 commit a900fa3

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)