Skip to content

Commit a7e720b

Browse files
committed
Updated as per user story 1906169
1 parent 0408cd7 commit a7e720b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/quickstart-php.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To complete this quickstart:
3636

3737
## Download the sample locally
3838

39-
1. In a terminal window, run the following commands. It will clone the sample application to your local machine, and navigate to the directory containing the sample code.
39+
1. In a terminal window, run the following commands. It will clone the sample application to your local machine, and navigate to the directory containing the sample code.
4040

4141
```bash
4242
git clone https://github.com/Azure-Samples/php-docs-hello-world
@@ -84,7 +84,7 @@ To complete this quickstart:
8484
8585
## Create a web app
8686
87-
1. In the Cloud Shell, create a web app in the `myAppServicePlan` App Service plan with the [`az webapp create`](/cli/azure/webapp#az_webapp_create) command.
87+
1. In the Cloud Shell, create a web app in the `myAppServicePlan` App Service plan with the [`az webapp create`](/cli/azure/webapp#az_webapp_create) command.
8888
8989
In the following example, replace `<app-name>` with a globally unique app name (valid characters are `a-z`, `0-9`, and `-`). The runtime is set to `PHP|7.4`. To see all supported runtimes, run [`az webapp list-runtimes`](/cli/azure/webapp#az_webapp_list_runtimes).
9090
@@ -199,7 +199,7 @@ The PHP sample code is running in an Azure App Service web app.
199199
200200
![App Service page in Azure portal](media/quickstart-php/php-docs-hello-world-app-service-detail.png)
201201
202-
The web app menu provides different options for configuring your app.
202+
The web app menu provides different options for configuring your app.
203203
204204
[!INCLUDE [cli-samples-clean-up](../../includes/cli-samples-clean-up.md)]
205205

0 commit comments

Comments
 (0)