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
Copy file name to clipboardExpand all lines: articles/app-service/includes/quickstart-php/quickstart-php-windows-pivot.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
[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 Windows.
1
+
[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 Windows.
2
2
3
3
You create the web app using the [Azure CLI](/cli/azure/get-started-with-azure-cli) in Cloud Shell, and you use Git to deploy sample PHP code to the web app.
4
4
5
-

5
+

6
6
7
7
You can follow the steps here using a Mac, Windows, or Linux machine. Once the prerequisites are installed, it takes about five minutes to complete the steps.
The PHP sample code is running in an Azure App Service web app.
139
139
140
-

140
+

141
141
142
142
**Congratulations!** You've deployed your first PHP app to App Service.
143
143
@@ -158,30 +158,30 @@ The PHP sample code is running in an Azure App Service web app.
158
158
159
159
1. Once deployment has completed, return to the browser window that opened during the **Browse to the app** step, and refresh the page.
160
160
161
-

161
+

162
162
163
163
## Manage your new Azure app
164
164
165
165
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**.
166
166
167
-

167
+

168
168
169
169
2. Select the name of your Azure app.
170
170
171
-

171
+

172
172
173
173
Your web app's **Overview** page will be displayed. Here, you can perform basic management tasks like **Browse**, **Stop**, **Restart**, and **Delete**.
174
174
175
-

175
+

176
176
177
177
The web app menu provides different options for configuring your app.
0 commit comments