Skip to content

Commit ff6079b

Browse files
committed
Updated image file names and alt text for SEO improvements
1 parent 3adc4b7 commit ff6079b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)