Skip to content

Commit 879773d

Browse files
committed
provided linux based tutorial option
1 parent 2852545 commit 879773d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/app-service/app-service-web-get-started-java.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,20 @@ ms.custom: seodec18
2323

2424
[Azure App Service](overview.md) provides a highly scalable, self-patching web hosting service. This quickstart shows how to deploy a Java web app to App Service by using the [Eclipse IDE for Java EE Developers](https://www.eclipse.org/).
2525

26-
> [!NOTE]
27-
>
28-
> The steps in this quickstart show how to use the Eclipse IDE to publish a Java web app to App Service, but you can use the IntelliJ IDEA Ultimate Edition or Community Edition. For more information, see [Create a Hello World web app for Azure using IntelliJ](/java/azure/intellij/azure-toolkit-for-intellij-create-hello-world-web-app).
29-
>
26+
> [!IMPORTANT]
27+
> Azure App Service on Linux is also an option to host Java web apps natively on Linux using managed Tomcat, Java SE, and WildFly offerings. If you're interested in getting started with App Service on Linux, see [Quickstart: Create a Java app in App Service on Linux](containers/quickstart-java.md).
3028
3129
When you have completed this quickstart, your application will look similar to the following illustration when you view it in a web browser:
3230

3331
!["Hello Azure!" example web app](./media/app-service-web-get-started-java/browse-web-app-1.png)
3432

3533
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
3634

35+
> [!NOTE]
36+
>
37+
> The steps in this quickstart show how to use the Eclipse IDE to publish a Java web app to App Service, but you can use the IntelliJ IDEA Ultimate Edition or Community Edition. For more information, see [Create a Hello World web app for Azure using IntelliJ](/java/azure/intellij/azure-toolkit-for-intellij-create-hello-world-web-app).
38+
>
39+
3740
## Prerequisites
3841

3942
To complete this quickstart, install:

0 commit comments

Comments
 (0)