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:
- Launch Eclipse and click on File | New Project. Select Dynamic Web Project as the project type:
- Enter a meaningful project name and click Finish.
- Right-click on the project name and browse the ...