Skip to content

Commit cc51d45

Browse files
authored
Merge pull request #176113 from yucwan/patch-125
update links to alternative docs
2 parents eac12d8 + e42d7ff commit cc51d45

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/app-service/quickstart-java.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ adobe-target-content: ./quickstart-java-uiex
2121

2222
[Azure App Service](overview.md) provides a highly scalable, self-patching web hosting service. This quickstart shows how to use the [Azure CLI](/cli/azure/get-started-with-azure-cli) with the [Azure Web App Plugin for Maven](https://github.com/Microsoft/azure-maven-plugins/tree/develop/azure-webapp-maven-plugin) to deploy a .jar file, or .war file. Use the tabs to switch between Java SE and Tomcat instructions.
2323

24-
25-
> [!NOTE]
26-
> The same can also be done using popular IDEs like IntelliJ and Eclipse. Check out our similar documents at [Azure Toolkit for IntelliJ Quickstart](/azure/developer/java/toolkit-for-intellij/create-hello-world-web-app) or [Azure Toolkit for Eclipse Quickstart](/azure/developer/java/toolkit-for-eclipse/create-hello-world-web-app).
27-
24+
If Maven isn't your preferred development tool, check out our similar tutorials for Java developers:
25+
+ [Gradle](/azure/app-service/configure-language-java?pivots=platform-linux#gradle)
26+
+ [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/create-hello-world-web-app)
27+
+ [Eclipse](/azure/developer/java/toolkit-for-eclipse/create-hello-world-web-app)
28+
+ [Visual Studio Code](https://code.visualstudio.com/docs/java/java-webapp)
2829

2930
![Sample app running in Azure App Service](./media/quickstart-java/java-hello-world-in-browser-azure-app-service.png)
3031

0 commit comments

Comments
 (0)