Publishing a Java project to Azure using Eclipse

In this section, we'll create a sample Java application and publish that to Azure App Services without leaving the Eclipse IDE.

Let's get started by creating a Java application:

  1. Launch Eclipse and click on File | New Project. Select Dynamic Web Project as the project type:

If you don't see Dynamic Web Project, you may need to install the required workload tools within Eclipse. Go to https://beginnersbook.com/2017/06/how-to-fix-dynamic-web-project-missing-in-eclipse-issue/ for more information. 
  1. Enter a meaningful project name and click Finish.
  2. Right-click on the project name and browse the ...

Get Migrating Applications to the Cloud with Azure now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.