Skip to content

Commit ef2614c

Browse files
authored
Merge pull request #88910 from damabe/1570680-Part1
SEOImprovements: User Story 1570680, Part 1
2 parents 90b9a82 + ff6079b commit ef2614c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/app-service/app-service-web-get-started-java.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.devlang: Java
1616
ms.topic: quickstart
1717
ms.date: 05/29/2019
1818
ms.author: jafreebe
19-
ms.custom: mvc, seo-java-july2019, seo-java-august2019
19+
ms.custom: mvc, seo-java-july2019, seo-java-august2019, seo-java-september2019
2020
#Customer intent: As a Java developer, I want deploy a java app so that it is hosted on Azure App Service.
2121
---
2222
# Quickstart: Create a Java app on Azure App Service on Windows
@@ -30,7 +30,7 @@ ms.custom: mvc, seo-java-july2019, seo-java-august2019
3030
> [!NOTE]
3131
> The same thing can also be done using popular IDEs like IntelliJ and Eclipse. Check out our similar documents at [Azure Toolkit for IntelliJ Quickstart](/java/azure/intellij/azure-toolkit-for-intellij-create-hello-world-web-app) or [Azure Toolkit for Eclipse Quickstart](/java/azure/eclipse/azure-toolkit-for-eclipse-create-hello-world-web-app).
3232
>
33-
![Sample app running in Azure](./media/app-service-web-get-started-java/java-hello-world-in-browser.png)
33+
![Sample app running in Azure App Service](./media/app-service-web-get-started-java/java-hello-world-in-browser-azure-app-service.png)
3434

3535
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
3636

@@ -115,7 +115,7 @@ mvn package azure-webapp:deploy
115115

116116
Once deployment has completed, browse to the deployed application using the following URL in your web browser, for example `http://<webapp>.azurewebsites.net/`.
117117

118-
![Sample app running in Azure](./media/app-service-web-get-started-java/java-hello-world-in-browser.png)
118+
![Sample app running in Azure App Service](./media/app-service-web-get-started-java/java-hello-world-in-browser-azure-app-service.png)
119119

120120
**Congratulations!** You've deployed your first Java app to App Service on Windows.
121121

articles/app-service/containers/quickstart-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ms.custom: mvc, seo-java-july2019, seo-java-august2019, seo-java-september2019
2727
>
2828
> The same thing can also be done using popular IDEs like IntelliJ and Eclipse. Check out our similar documents at [Azure Toolkit for IntelliJ Quickstart](/java/azure/intellij/azure-toolkit-for-intellij-create-hello-world-web-app) or [Azure Toolkit for Eclipse Quickstart](/java/azure/eclipse/azure-toolkit-for-eclipse-create-hello-world-web-app).
2929
>
30-
![Sample app running in Azure](media/quickstart-java/java-hello-world-in-browser.png)
30+
![Sample app running in Azure App Service](media/quickstart-java/java-hello-world-in-browser-azure-app-service.png)
3131

3232
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
3333

@@ -133,7 +133,7 @@ mvn package azure-webapp:deploy
133133

134134
Once deployment has completed, browse to the deployed application using the following URL in your web browser, for example `http://<webapp>.azurewebsites.net`.
135135

136-
![Sample app running in Azure](media/quickstart-java/java-hello-world-in-browser.png)
136+
![Sample app running in Azure App Service](media/quickstart-java/java-hello-world-in-browser-azure-app-service.png)
137137

138138
**Congratulations!** You've deployed your first Java app to App Service on Linux.
139139

0 commit comments

Comments
 (0)