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.
2 parents 8732382 + b3f3e58 commit 3d4b0cdCopy full SHA for 3d4b0cd
articles/app-service/configure-language-php.md
@@ -60,10 +60,10 @@ az webapp list-runtimes --os linux | grep PHP
60
61
::: zone pivot="platform-windows"
62
63
-Run the following command in the [Cloud Shell](https://shell.azure.com) to set the PHP version to 8.0:
+Run the following command in the [Cloud Shell](https://shell.azure.com) to set the PHP version to 7.4:
64
65
```azurecli-interactive
66
-az webapp config set --resource-group <resource-group-name> --name <app-name> --php-version 8.0
+az webapp config set --resource-group <resource-group-name> --name <app-name> --php-version 7.4
67
```
68
69
::: zone-end
0 commit comments