Skip to content

Commit bfc0049

Browse files
committed
fixes
1 parent 29d5ef1 commit bfc0049

File tree

4 files changed

+27
-11
lines changed

4 files changed

+27
-11
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ ms.date: 06/10/2025
77
ms.author: cephalin
88
---
99

10-
This quickstart uses the Maven plugin to deploy a Java web application with an embedded Spring Boot, Quarkus, or Tomcat server to App Service by using the [azure-webapp-maven-plugin](https://github.com/microsoft/azure-maven-plugins/wiki/Azure-Web-App).
10+
[Azure App Service](/azure/app-service/) provides a highly scalable, self-patching web app hosting service. In this quickstart, you 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 Spring Boot, Quarkus, or Tomcat server to App Service by using the [azure-webapp-maven-plugin](https://github.com/microsoft/azure-maven-plugins/wiki/Azure-Web-App).
11+
12+
If Maven isn't your preferred development tool, check out similar articles for Java developers:
13+
+ [Gradle](../../configure-language-java-deploy-run.md?pivots=platform-linux#gradle)
14+
+ [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/create-hello-world-web-app)
15+
+ [Eclipse](/azure/developer/java/toolkit-for-eclipse/create-hello-world-web-app)
16+
+ [Visual Studio Code](https://code.visualstudio.com/docs/java/java-webapp)
1117

1218
## Prerequisites
1319

@@ -16,7 +22,9 @@ This quickstart uses the Maven plugin to deploy a Java web application with an e
1622
- Run the commands in this quickstart by using Azure Cloud Shell, an interactive shell that you can use through your browser to work with Azure services. To use Cloud Shell:
1723

1824
1. Select the following **Launch Cloud Shell** button or go to https://shell.azure.com to open Cloud Shell in your browser.
25+
1926
:::image type="icon" source="~/reusable-content/ce-skilling/azure/media/cloud-shell/launch-cloud-shell-button.png" alt-text="Button to launch the Azure Cloud Shell." border="false" link="https://shell.azure.com":::
27+
2028
1. Sign in to Azure if necessary, and make sure you're in the **Bash** environment of Cloud Shell.
2129
1. Select **Copy** in a code block, paste the code into Cloud Shell, and run it.
2230

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ ms.date: 06/10/2025
77
ms.author: cephalin
88
---
99

10-
This quickstart uses the Maven plugin to deploy a Java web application to a Linux JBoss EAP server in Azure App Service.
10+
[Azure App Service](/azure/app-service/) provides a highly scalable, self-patching web app hosting service. In this quickstart, you 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.
11+
12+
If Maven isn't your preferred development tool, check out similar articles for Java developers:
13+
+ [Gradle](../../configure-language-java-deploy-run.md?pivots=platform-linux#gradle)
14+
+ [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/create-hello-world-web-app)
15+
+ [Eclipse](/azure/developer/java/toolkit-for-eclipse/create-hello-world-web-app)
16+
+ [Visual Studio Code](https://code.visualstudio.com/docs/java/java-webapp)
1117

1218
## Prerequisites
1319

@@ -16,7 +22,9 @@ This quickstart uses the Maven plugin to deploy a Java web application to a Linu
1622
- Run the commands in this quickstart by using Azure Cloud Shell, an interactive shell that you can use through your browser to work with Azure services. To use Cloud Shell:
1723

1824
1. Select the following **Launch Cloud Shell** button or go to https://shell.azure.com to open Cloud Shell in your browser.
25+
1926
:::image type="icon" source="~/reusable-content/ce-skilling/azure/media/cloud-shell/launch-cloud-shell-button.png" alt-text="Button to launch the Azure Cloud Shell." border="false" link="https://shell.azure.com":::
27+
2028
1. Sign in to Azure if necessary, and make sure you're in the **Bash** environment of Cloud Shell.
2129
1. Select **Copy** in a code block, paste the code into Cloud Shell, and run it.
2230

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ ms.date: 06/10/2025
77
ms.author: cephalin
88
---
99

10-
This quickstart uses the Maven plugin to deploy a Java web application to a Linux Tomcat server in Azure App Service.
10+
[Azure App Service](/azure/app-service/) provides a highly scalable, self-patching web app hosting service. In this quickstart, you 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.
11+
12+
If Maven isn't your preferred development tool, check out similar articles for Java developers:
13+
+ [Gradle](../../configure-language-java-deploy-run.md?pivots=platform-linux#gradle)
14+
+ [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/create-hello-world-web-app)
15+
+ [Eclipse](/azure/developer/java/toolkit-for-eclipse/create-hello-world-web-app)
16+
+ [Visual Studio Code](https://code.visualstudio.com/docs/java/java-webapp)
1117

1218
## Prerequisites
1319

@@ -16,7 +22,9 @@ This quickstart uses the Maven plugin to deploy a Java web application to a Linu
1622
- Run the commands in this quickstart by using Azure Cloud Shell, an interactive shell that you can use through your browser to work with Azure services. To use Cloud Shell:
1723

1824
1. Select the following **Launch Cloud Shell** button or go to https://shell.azure.com to open Cloud Shell in your browser.
25+
1926
:::image type="icon" source="~/reusable-content/ce-skilling/azure/media/cloud-shell/launch-cloud-shell-button.png" alt-text="Button to launch the Azure Cloud Shell." border="false" link="https://shell.azure.com":::
27+
2028
1. Sign in to Azure if necessary, and make sure you're in the **Bash** environment of Cloud Shell.
2129
1. Select **Copy** in a code block, paste the code into Cloud Shell, and run it.
2230

articles/app-service/quickstart-java.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ ms.author: cephalin
1818

1919
# Quickstart: Create a Java app on Azure App Service
2020

21-
[Azure App Service](/azure/app-service/) provides a highly scalable, self-patching web app hosting service. In this quickstart, you 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 on App Service.
22-
23-
If Maven isn't your preferred development tool, check out similar articles for Java developers:
24-
+ [Gradle](../../configure-language-java-deploy-run.md?pivots=platform-linux#gradle)
25-
+ [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/create-hello-world-web-app)
26-
+ [Eclipse](/azure/developer/java/toolkit-for-eclipse/create-hello-world-web-app)
27-
+ [Visual Studio Code](https://code.visualstudio.com/docs/java/java-webapp)
28-
2921
::: zone pivot="java-tomcat"
3022

3123
[!INCLUDE [quickstart-java-linux-maven-pivot.md](./includes/quickstart-java/quickstart-java-tomcat.md)]

0 commit comments

Comments
 (0)