File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,20 +59,20 @@ az webapp list-runtimes --linux | grep PHP
59
59
60
60
::: zone pivot="platform-windows"
61
61
62
- Run the following command in the [ Cloud Shell] ( https://shell.azure.com ) to set the PHP version to 7.4 :
62
+ Run the following command in the [ Cloud Shell] ( https://shell.azure.com ) to set the PHP version to 8.0 :
63
63
64
64
``` azurecli-interactive
65
- az webapp config set --resource-group <resource-group-name> --name <app-name> --php-version 7.4
65
+ az webapp config set --resource-group <resource-group-name> --name <app-name> --php-version 8.0
66
66
```
67
67
68
68
::: zone-end
69
69
70
70
::: zone pivot="platform-linux"
71
71
72
- Run the following command in the [ Cloud Shell] ( https://shell.azure.com ) to set the PHP version to 7.2 :
72
+ Run the following command in the [ Cloud Shell] ( https://shell.azure.com ) to set the PHP version to 8.0 :
73
73
74
74
``` azurecli-interactive
75
- az webapp config set --resource-group <resource-group-name> --name <app-name> --linux-fx-version "PHP|7.2 "
75
+ az webapp config set --resource-group <resource-group-name> --name <app-name> --linux-fx-version "PHP|8.0 "
76
76
```
77
77
78
78
::: zone-end
You can’t perform that action at this time.
0 commit comments