Skip to content

Commit 3d4b0cd

Browse files
Merge pull request #223336 from AjayKumar-MSFT/patch-162
(AzureCXP) https://github.com/MicrosoftDocs/azure-docs/issues/103427
2 parents 8732382 + b3f3e58 commit 3d4b0cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ az webapp list-runtimes --os linux | grep PHP
6060

6161
::: zone pivot="platform-windows"
6262

63-
Run the following command in the [Cloud Shell](https://shell.azure.com) to set the PHP version to 8.0:
63+
Run the following command in the [Cloud Shell](https://shell.azure.com) to set the PHP version to 7.4:
6464

6565
```azurecli-interactive
66-
az webapp config set --resource-group <resource-group-name> --name <app-name> --php-version 8.0
66+
az webapp config set --resource-group <resource-group-name> --name <app-name> --php-version 7.4
6767
```
6868

6969
::: zone-end

0 commit comments

Comments
 (0)