Skip to content

Commit eb4b48f

Browse files
committed
PU review
1 parent 634b4ec commit eb4b48f

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ author: cephalin
33
ms.service: app-service
44
ms.devlang: java
55
ms.topic: quickstart
6-
ms.date: 07/30/2023
6+
ms.date: 08/30/2023
77
ms.author: cephalin
88
---
99

10-
In this quickstart, you'll use the [Maven Plugin for Azure App Service Web Apps](https://github.com/microsoft/azure-maven-plugins/blob/develop/azure-webapp-maven-plugin/README.md) to deploy a Java web application to a Linux JBoss EAP server in [Azure App Service](/azure/app-service/). App Service provides a highly scalable, self-patching web app hosting service. Use the tabs to switch between Quarkus, Tomcat, and JBoss EAP instructions.
10+
In this quickstart, you'll use the [Maven Plugin for Azure App Service Web Apps](https://github.com/microsoft/azure-maven-plugins/blob/develop/azure-webapp-maven-plugin/README.md) to deploy a Java web application to a Linux JBoss EAP server in [Azure App Service](/azure/app-service/). App Service provides a highly scalable, self-patching web app hosting service. Use the tabs to switch between Tomcat, JBoss, or embedded server (Java SE) instructions.
1111

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

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@ author: cephalin
33
ms.service: app-service
44
ms.devlang: java
55
ms.topic: quickstart
6-
ms.date: 07/30/2023
6+
ms.date: 08/30/2023
77
ms.author: cephalin
88
---
99

10-
In this quickstart, you'll use the [Maven Plugin for Azure App Service Web Apps](https://github.com/microsoft/azure-maven-plugins/blob/develop/azure-webapp-maven-plugin/README.md) to deploy a Quarkus application to [Azure App Service](/azure/app-service/). App Service provides a highly scalable, self-patching web app hosting service. Use the tabs to switch between Quarkus, Tomcat, and JBoss EAP instructions.
10+
In this quickstart, you'll use the [Maven Plugin for Azure App Service Web Apps](https://github.com/microsoft/azure-maven-plugins/blob/develop/azure-webapp-maven-plugin/README.md) to deploy a Java web application with an embedded server to [Azure App Service](/azure/app-service/). App Service provides a highly scalable, self-patching web app hosting service. Use the tabs to switch between Tomcat, JBoss, or embedded server (Java SE) instructions.
1111

12-
![Screenshot of Maven Hello World web app running in Azure App Service in introduction.](../../media/quickstart-java/jboss-sample-in-app-service.png)
12+
The quickstart uses a [Quarkus](https://quarkus.io) sample, which comes with a bundled web server. You can deploy your own application and server bundle in a single JAR file to App Service instead of the using the Tomcat or JBoss hosting options. If you want, you can also embed a Tomcat server in the JAR file and run that in App Service.
13+
14+
> [!NOTE]
15+
> To deploy a Spring app to Azure, try [Azure Spring Apps](../../../spring-apps/quickstart.md) instead.
16+
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)
1318

1419
---
1520

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ author: cephalin
33
ms.service: app-service
44
ms.devlang: java
55
ms.topic: quickstart
6-
ms.date: 07/30/2023
6+
ms.date: 08/30/2023
77
ms.author: cephalin
88
---
99

10-
In this quickstart, you'll use the [Maven Plugin for Azure App Service Web Apps](https://github.com/microsoft/azure-maven-plugins/blob/develop/azure-webapp-maven-plugin/README.md) to deploy a Java web application to a Linux Tomcat server in [Azure App Service](/azure/app-service/). App Service provides a highly scalable, self-patching web app hosting service. Use the tabs to switch between Quarkus, Tomcat, and JBoss EAP instructions.
10+
In this quickstart, you'll use the [Maven Plugin for Azure App Service Web Apps](https://github.com/microsoft/azure-maven-plugins/blob/develop/azure-webapp-maven-plugin/README.md) to deploy a Java web application to a Linux Tomcat server in [Azure App Service](/azure/app-service/). App Service provides a highly scalable, self-patching web app hosting service. Use the tabs to switch between Tomcat, JBoss, or embedded server (Java SE) instructions.
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

articles/zone-pivot-groups.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,14 +1075,14 @@ groups:
10751075
title: Azure Sphere
10761076
- id: app-service-java-hosting
10771077
title: App Service Java hosting
1078-
prompt: Choose how you want to host your Java app
1078+
prompt: Choose how you want to deploy your Java app
10791079
pivots:
1080-
- id: java-maven-tomcat
1081-
title: Tomcat
10821080
- id: java-maven-quarkus
1083-
title: Quarkus
1081+
title: Embed your own server
1082+
- id: java-maven-tomcat
1083+
title: To a Tomcat server
10841084
- id: java-maven-jboss
1085-
title: JBoss EAP
1085+
title: To a JBoss server
10861086
- id: app-service-containers-windows-linux
10871087
title: App Service with custom containers
10881088
prompt: Choose a custom container platform

0 commit comments

Comments
 (0)