Skip to content

Commit a9c4cec

Browse files
committed
Edit from feedback
1 parent 8e64864 commit a9c4cec

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
@@ -389,7 +389,7 @@ First, run the following command to add an app setting called `PHP_INI_SCAN_DIR`
389389
az webapp config appsettings set --name <app-name> --resource-group <resource-group-name> --settings PHP_INI_SCAN_DIR="d:\home\site\ini"
390390
```
391391

392-
Go to the Kudu console, and then go to `d:\home\site`.
392+
In the Azure portal, select your app. Under **Development Tools** in the sidebar menu, select **Advanced Tools**, and then go to `d:\home\site` using SSH.
393393

394394
Create a directory in `d:\home\site` called `ini`. Then, create an *.ini* file in the `d:\home\site\ini` directory, for example, `settings.ini`, with the directives that you want to customize. Use the same syntax that you would use in a `php.ini` file.
395395

0 commit comments

Comments
 (0)