Skip to content

Commit 8724f34

Browse files
committed
cephas feedback
1 parent 56c28fc commit 8724f34

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
@@ -16,7 +16,7 @@ zone_pivot_groups: app-service-platform-windows-linux
1616
::: zone-end
1717

1818
::: zone pivot="platform-linux"
19-
[Azure App Service](overview.md) provides a highly scalable, self-patching web hosting service. This quickstart tutorial shows how to deploy a PHP app to Azure App Service on Linux.
19+
[Azure App Service](overview.md) provides a highly scalable, self-patching web hosting service. This quickstart shows how to deploy a PHP app to Azure App Service on Linux.
2020

2121
You create and deploy the web app using [Azure CLI](/cli/azure/get-started-with-azure-cli).
2222

@@ -31,7 +31,7 @@ To complete this quickstart, you need:
3131
1. <a href="https://php.net/manual/install.php" target="_blank">PHP</a>
3232
1. <a href="/cli/azure/install-azure-cli" target="_blank">Azure CLI</a> to run commands in any shell to provision and configure Azure resources.
3333

34-
## 1 - Sample application
34+
## 1 - Set up the sample application
3535

3636
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.
3737

@@ -126,7 +126,7 @@ Browse to the deployed application in your web browser at the URL `http://<app-n
126126
127127
![Updated sample app running in Azure](media/quickstart-php/hello-azure-in-browser.png)
128128
129-
## Manage your new Azure app
129+
## 5 - Manage your new Azure app
130130
131131
1. Go to the <a href="https://portal.azure.com" target="_blank">Azure portal</a> to manage the web app you created. Search for and select **App Services**.
132132

0 commit comments

Comments
 (0)