Skip to content

Commit 8575736

Browse files
Merge pull request #208038 from Grace-MacJones-MSFT/patch-19
(Azure CXP) updated php to PHP in CLI command
2 parents 83d86b4 + 130c3ec commit 8575736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ az webapp config show --resource-group <resource-group-name> --name <app-name> -
3232
To show all supported PHP versions, run the following command in the [Cloud Shell](https://shell.azure.com):
3333

3434
```azurecli-interactive
35-
az webapp list-runtimes --os windows | grep php
35+
az webapp list-runtimes --os windows | grep PHP
3636
```
3737

3838
::: zone-end

0 commit comments

Comments
 (0)