Skip to content

Commit bafcb86

Browse files
authored
Merge pull request #194149 from dcbrown16/patch-75
Update configure-language-nodejs.md
2 parents 5351bb0 + f58c9e8 commit bafcb86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/configure-language-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ az webapp config appsettings list --name <app-name> --resource-group <resource-g
2828
To show all supported Node.js versions, navigate to `https://<sitename>.scm.azurewebsites.net/api/diagnostics/runtime` or run the following command in the [Cloud Shell](https://shell.azure.com):
2929

3030
```azurecli-interactive
31-
az webapp list-runtimes --os windows | grep node
31+
az webapp list-runtimes --os windows | grep NODE
3232
```
3333

3434
::: zone-end

0 commit comments

Comments
 (0)