Skip to content

Commit e88ab73

Browse files
author
Cephas Lin
committed
reword intro
1 parent 4776a5a commit e88ab73

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/app-service/configure-language-java-1.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ author: cephalin
1212
ms.author: cephalin
1313
---
1414

15-
# Configure a Tomcat, JBoss, or Java SE app for Azure App Service - alterative pivot
15+
# Configure a Tomcat, JBoss, or Java SE app in Azure App Service - alterative pivot
1616

1717
::: zone pivot="java-javase"
1818

@@ -21,7 +21,11 @@ ms.author: cephalin
2121
2222
::: zone-end
2323

24-
Azure App Service lets Java developers to quickly build, deploy, and scale their Java SE, Tomcat, and JBoss EAP web applications on a fully managed service. Deploy applications with Maven plugins, from the command line, or in editors like IntelliJ, Eclipse, or Visual Studio Code.
24+
Azure App Service runs Java web applications on a fully managed servcie in three variants:
25+
26+
* Java SE - Can run an app deployed as a JAR package that contains an embedded server (such as Spring Boot and Dropwizard, or one with an embeded Tomcat or Jetty server).
27+
* Tomcat - The built-in Tomcat server can run an app deployed as a WAR package.
28+
* JBoss EAP - Supported for Linux apps in the 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.
2529

2630
This guide provides key concepts and instructions for Java developers using App Service. If you've never used Azure App Service, you should read through the [Java quickstart](quickstart-java.md) first. General questions about using App Service that aren't specific to Java development are answered in the [App Service FAQ](faq-configuration-and-management.yml).
2731

0 commit comments

Comments
 (0)