diff --git a/articles/app-service/networking/app-gateway-with-service-endpoints.md b/articles/app-service/networking/app-gateway-with-service-endpoints.md index 10417f2e1264c..abe8c3d2c6704 100644 --- a/articles/app-service/networking/app-gateway-with-service-endpoints.md +++ b/articles/app-service/networking/app-gateway-with-service-endpoints.md @@ -30,7 +30,7 @@ There are two parts to this configuration besides creating the App Service and t ## Using Azure portal With Azure portal, you follow four steps to provision and configure the setup. If you have existing resources, you can skip the first steps. -1. Create an App Service using one of the Quickstarts in the App Service documentation, for example [.Net Core Quickstart](../../app-service/quickstart-dotnetcore.md) +1. Create an App Service using one of the Quickstarts in the App Service documentation, for example [.Net Core Quickstart](../quickstart-dotnetcore.md) 2. Create an Application Gateway using the [portal Quickstart](../../application-gateway/quick-create-portal.md), but skip the Add backend targets section. 3. Configure [App Service as a backend in Application Gateway](../../application-gateway/configure-web-app-portal.md), but skip the Restrict access section. 4. Finally create the [access restriction using service endpoints](../../app-service/app-service-ip-restrictions.md#service-endpoints). diff --git a/portal-articles/WebsitesExtension/WebApps/Overview.md b/portal-articles/WebsitesExtension/WebApps/Overview.md index 9674914b9e24e..71b0f1e03c264 100644 --- a/portal-articles/WebsitesExtension/WebApps/Overview.md +++ b/portal-articles/WebsitesExtension/WebApps/Overview.md @@ -23,7 +23,7 @@ Learn how to deploy your first application to the cloud using App Service for We - [.NET](/azure/app-service/quickstart-dotnetcore) - [Node.js](/azure/app-service/quickstart-nodejs) -- [PHP](/azure/app-service/app-service-web-get-started-php) +- [PHP](/azure/app-service/quickstart-php) - [Java](/azure/app-service/quickstart-java) - [Python](/azure/app-service/quickstart-python) - [HTML](/azure/app-service/quickstart-html)