You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
20
20
21
21
You create and deploy the web app using [Azure CLI](/cli/azure/get-started-with-azure-cli).
22
22
@@ -31,7 +31,7 @@ To complete this quickstart, you need:
1. <ahref="/cli/azure/install-azure-cli"target="_blank">Azure CLI</a> to run commands in any shell to provision and configure Azure resources.
33
33
34
-
## 1 - Sample application
34
+
## 1 - Set up the sample application
35
35
36
36
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.
37
37
@@ -126,7 +126,7 @@ Browse to the deployed application in your web browser at the URL `http://<app-n
126
126
127
127

128
128
129
-
## Manage your new Azure app
129
+
## 5 - Manage your new Azure app
130
130
131
131
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**.
0 commit comments