Skip to content

Commit 43417c4

Browse files
committed
includes
1 parent 904d9d9 commit 43417c4

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

articles/app-service/includes/quickstart-php/quickstart-php-windows-pivot.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff 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.
22

33
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.
44

5-
![Sample app running in Azure](../media/quickstart-php/hello-world-in-browser.png)
5+
![Sample app running in Azure](../../media/quickstart-php/hello-world-in-browser.png)
66

77
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.
88

9-
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
9+
[!INCLUDE [quickstarts-free-trial-note](../../../../includes/quickstarts-free-trial-note.md)]
1010

1111
## Prerequisites
1212

@@ -45,17 +45,17 @@ To complete this quickstart:
4545
4646
You see the **Hello World!** message from the sample app displayed in the page.
4747
48-
![Sample app running locally](../media/quickstart-php/localhost-hello-world-in-browser.png)
48+
![Sample app running locally](../../media/quickstart-php/localhost-hello-world-in-browser.png)
4949
5050
1. In your terminal window, press **Ctrl+C** to exit the web server.
5151
52-
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
52+
[!INCLUDE [cloud-shell-try-it.md](../../../../includes/cloud-shell-try-it.md)]
5353
54-
[!INCLUDE [Configure deployment user](../../../includes/configure-deployment-user.md)]
54+
[!INCLUDE [Configure deployment user](../../../../includes/configure-deployment-user.md)]
5555
56-
[!INCLUDE [Create resource group](../../../includes/app-service-web-create-resource-group.md)]
56+
[!INCLUDE [Create resource group](../../../../includes/app-service-web-create-resource-group.md)]
5757
58-
[!INCLUDE [Create app service plan](../../../includes/app-service-web-create-app-service-plan-linux.md)]
58+
[!INCLUDE [Create app service plan](../../../../includes/app-service-web-create-app-service-plan-linux.md)]
5959
6060
## Create a web app
6161
@@ -98,9 +98,9 @@ To complete this quickstart:
9898

9999
Here's what your new web app should look like:
100100
101-
![Empty web app page](../media/quickstart-php/app-service-web-service-created.png)
101+
![Empty web app page](../../media/quickstart-php/app-service-web-service-created.png)
102102
103-
[!INCLUDE [Push to Azure](../../../includes/app-service-web-git-push-to-azure.md)]
103+
[!INCLUDE [Push to Azure](../../../../includes/app-service-web-git-push-to-azure.md)]
104104
105105
<pre>
106106
Counting objects: 2, done.
@@ -137,7 +137,7 @@ http://<app-name>.azurewebsites.net
137137
138138
The PHP sample code is running in an Azure App Service web app.
139139
140-
![Sample app running in Azure](../media/quickstart-php/hello-world-in-browser.png)
140+
![Sample app running in Azure](../../media/quickstart-php/hello-world-in-browser.png)
141141
142142
**Congratulations!** You've deployed your first PHP app to App Service.
143143

@@ -158,30 +158,30 @@ The PHP sample code is running in an Azure App Service web app.
158158

159159
1. Once deployment has completed, return to the browser window that opened during the **Browse to the app** step, and refresh the page.
160160

161-
![Updated sample app running in Azure](../media/quickstart-php/hello-azure-in-browser.png)
161+
![Updated sample app running in Azure](../../media/quickstart-php/hello-azure-in-browser.png)
162162

163163
## Manage your new Azure app
164164

165165
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**.
166166

167-
![Search for App Services, Azure portal, create PHP web app](../media/quickstart-php/navigate-to-app-services-in-the-azure-portal.png)
167+
![Search for App Services, Azure portal, create PHP web app](../../media/quickstart-php/navigate-to-app-services-in-the-azure-portal.png)
168168

169169
2. Select the name of your Azure app.
170170

171-
![Portal navigation to Azure app](../media/quickstart-php/php-docs-hello-world-app-service-list.png)
171+
![Portal navigation to Azure app](../../media/quickstart-php/php-docs-hello-world-app-service-list.png)
172172

173173
Your web app's **Overview** page will be displayed. Here, you can perform basic management tasks like **Browse**, **Stop**, **Restart**, and **Delete**.
174174
175-
![App Service page in Azure portal](../media/quickstart-php/php-docs-hello-world-app-service-detail.png)
175+
![App Service page in Azure portal](../../media/quickstart-php/php-docs-hello-world-app-service-detail.png)
176176
177177
The web app menu provides different options for configuring your app.
178178
179-
[!INCLUDE [cli-samples-clean-up](../../../includes/cli-samples-clean-up.md)]
179+
[!INCLUDE [cli-samples-clean-up](../../../../includes/cli-samples-clean-up.md)]
180180
181181
## Next steps
182182
183183
> [!div class="nextstepaction"]
184-
> [PHP with MySQL](../tutorial-php-mysql-app.md)
184+
> [PHP with MySQL](../../tutorial-php-mysql-app.md)
185185
186186
> [!div class="nextstepaction"]
187-
> [Configure PHP app](../configure-language-php.md)
187+
> [Configure PHP app](../../configure-language-php.md)

0 commit comments

Comments
 (0)