Skip to content

Commit a7582df

Browse files
authored
Update get-started-netcore.md
1 parent 72e329e commit a7582df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/dev-spaces/get-started-netcore.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

@@ -251,4 +251,4 @@ Refresh the web app in the browser, and go to the About page. You should see you
251251
> [Learn about multi-service development](multi-service-netcore.md)
252252
253253

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

0 commit comments

Comments
 (0)