Skip to content

Commit 0eda560

Browse files
committed
376112-content-pattern-metadata-updates-app-service
1 parent a1826a3 commit 0eda560

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

articles/app-service/includes/configure-language-java/java-variants.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ ms.date: 03/27/2025
77

88
Azure App Service runs Java web applications on a fully managed service in three variants:
99

10-
<<<<<<< HEAD
11-
* Java SE - Can run an app deployed as a JAR package that contains an embedded server (such as Spring Boot, Dropwizard, Quarkus, or an app with an embedded Tomcat or Jetty server).
12-
* Tomcat - The built-in Tomcat server can run an app deployed as a WAR package.
13-
* JBoss EAP - Supported for Linux apps in the Free, Premium v3, and Isolated v2 pricing tiers only. The built-in JBoss EAP server can run an app deployed as a WAR or EAR package.
14-
=======
15-
* Java Standard Edition (SE) - Can run an app deployed as a Java Archive (JAR) package that contains an embedded server (such as Spring Boot, Quarkus, Dropwizard, or one with an embedded Tomcat or Jetty server).
16-
* Tomcat - The built-in Tomcat server can run an app deployed as a Web application ARchive (WAR) package.
17-
* JBoss Enterprise Application Platform (EAP) - The built-in JBoss EAP server can run an app deployed as a WAR or Enterprise Archive (EAR) package. Supported for Linux apps in a set of pricing tiers which includes Free, Premium v3, and Isolated v2.
18-
>>>>>>> b67f1b5cf1ae674e0f9e4f57e2f02239e35e4c8a
10+
* Java Standard Edition (SE) - Can run an app deployed as a Java Archive (JAR) package that contains an embedded server (such as Spring Boot, Quarkus, Dropwizard, or an app with an embedded Tomcat or Jetty server).
11+
* Tomcat - The built-in Tomcat server can run an app deployed as a web application archive (WAR) package.
12+
* JBoss Enterprise Application Platform (EAP) - The built-in JBoss EAP server can run an app deployed as a WAR or enterprise archive (EAR) package. Supported for Linux apps in a set of pricing tiers which includes Free, Premium v3, and Isolated v2.

0 commit comments

Comments
 (0)