Skip to content

Commit efd6f9f

Browse files
authored
Update get-started-nodejs.md
1 parent a7582df commit efd6f9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ az group create --name MyResourceGroup --location <region>
5454

5555
Create a Kubernetes cluster with the following command:
5656

57-
```cmd
57+
```azurecli
5858
az aks create -g MyResourceGroup -n MyAKS --location <region> --generate-ssh-keys
5959
```
6060

@@ -278,4 +278,4 @@ In this configuration, the container is configured to start *nodemon*. When serv
278278
> [Learn about multi-service development](multi-service-nodejs.md)
279279
280280

281-
[supported-regions]: https://azure.microsoft.com/global-infrastructure/services/?products=kubernetes-service
281+
[supported-regions]: https://azure.microsoft.com/global-infrastructure/services/?products=kubernetes-service

0 commit comments

Comments
 (0)