Skip to content

Commit 72e329e

Browse files
authored
Update get-started-java.md
1 parent d16ee81 commit 72e329e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/dev-spaces/get-started-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ az group create --name MyResourceGroup --location <region>
5757

5858
Create a Kubernetes cluster with the following command:
5959

60-
```cmd
60+
```azurecli
6161
az aks create -g MyResourceGroup -n MyAKS --location <region> --generate-ssh-keys
6262
```
6363

0 commit comments

Comments
 (0)