We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03f0b1 commit 130c3ecCopy full SHA for 130c3ec
articles/app-service/configure-language-php.md
@@ -32,7 +32,7 @@ az webapp config show --resource-group <resource-group-name> --name <app-name> -
32
To show all supported PHP versions, run the following command in the [Cloud Shell](https://shell.azure.com):
33
34
```azurecli-interactive
35
-az webapp list-runtimes --os windows | grep php
+az webapp list-runtimes --os windows | grep PHP
36
```
37
38
::: zone-end
0 commit comments