Skip to content

Commit 130c3ec

Browse files
(Azure CXP) updated php to PHP in CLI command
https://github.com/MicrosoftDocs/azure-docs/issues/95660
1 parent b03f0b1 commit 130c3ec

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)