Skip to content

Commit 1c79337

Browse files
committed
prmerger feedback
1 parent 3396ba4 commit 1c79337

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

articles/app-service/includes/quickstart-java/quickstart-java-jboss.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: cephalin
33
ms.service: app-service
44
ms.devlang: java
5-
ms.topic: quickstart
5+
ms.topic: include
66
ms.date: 08/30/2023
77
ms.author: cephalin
88
---
@@ -11,8 +11,6 @@ In this quickstart, you'll use the [Maven Plugin for Azure App Service Web Apps]
1111

1212
![Screenshot of Maven Hello World web app running in Azure App Service.](../../media/quickstart-java/jboss-sample-in-app-service.png)
1313

14-
---
15-
1614
If Maven isn't your preferred development tool, check out our similar tutorials for Java developers:
1715
+ [Gradle](../../configure-language-java.md?pivots=platform-linux#gradle)
1816
+ [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/create-hello-world-web-app)

articles/app-service/includes/quickstart-java/quickstart-java-quarkus.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: cephalin
33
ms.service: app-service
44
ms.devlang: java
5-
ms.topic: quickstart
5+
ms.topic: include
66
ms.date: 08/30/2023
77
ms.author: cephalin
88
---
@@ -14,9 +14,7 @@ The quickstart uses a [Quarkus](https://quarkus.io) sample, which comes with a b
1414
> [!NOTE]
1515
> For Spring apps that requires all the Spring services, try [Azure Spring Apps](../../../spring-apps/quickstart.md) instead. However, you can deploy Spring Boot apps to App Service.
1616
17-
![Screenshot of Maven Hello World web app running in Azure App Service in introduction.](../../media/quickstart-java/quarkus-hello-world-in-browser-azure-app-service.png)
18-
19-
---
17+
:::image type="content" source="../../media/quickstart-java/quarkus-hello-world-in-browser-azure-app-service.png" alt-text="Screenshot of Maven Hellow World web app running in Azure App Service in introduction.":::
2018

2119
If Maven isn't your preferred development tool, check out our similar tutorials for Java developers:
2220
+ [Gradle](../../configure-language-java.md?pivots=platform-linux#gradle)
@@ -159,7 +157,7 @@ With all the configuration ready in your *pom.xml* file, you can deploy your Jav
159157
160158
Once deployment is completed, your application is ready at `http://<appName>.azurewebsites.net/` (`http://quarkus-hello-azure-1690375364238.azurewebsites.net` in the demo). Open the url with your local web browser, you should see
161159
162-
![Screenshot of Maven Hello World web app running in Azure App Service.](../../media/quickstart-java/quarkus-hello-world-in-browser-azure-app-service.png)
160+
:::image type="content" source="../../media/quickstart-java/quarkus-hello-world-in-browser-azure-app-service.png" alt-text="Screenshot of Maven Hellow World web app running in Azure App Service.":::
163161
164162
**Congratulations!** You've deployed your first Java app to App Service.
165163

articles/app-service/includes/quickstart-java/quickstart-java-tomcat.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: cephalin
33
ms.service: app-service
44
ms.devlang: java
5-
ms.topic: quickstart
5+
ms.topic: include
66
ms.date: 08/30/2023
77
ms.author: cephalin
88
---
@@ -11,8 +11,6 @@ In this quickstart, you'll use the [Maven Plugin for Azure App Service Web Apps]
1111

1212
![Screenshot of Maven Hello World web app running in Azure App Service.](../../media/quickstart-java/java-hello-world-in-browser-azure-app-service.png)
1313

14-
---
15-
1614
If Maven isn't your preferred development tool, check out our similar tutorials for Java developers:
1715
+ [Gradle](../../configure-language-java.md?pivots=platform-linux#gradle)
1816
+ [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/create-hello-world-web-app)
-50.4 KB
Loading

0 commit comments

Comments
 (0)