Create a Hello World web app for Azure App Service using the Azure Toolkit for Eclipse

Juarez Junior
6 min readApr 14, 2022
Microsoft Azure and Eclipse

by Juarez Junior

The Azure Toolkit for Eclipse allows you to create, develop, configure, test, and deploy lightweight, highly available, and scalable Java web apps to Microsoft Azure. Check its documentation website for more information — Azure Toolkit for Eclipse.

So, this article demonstrates the steps that are required to create a basic Hello World web app and publish your web app to Azure App Service by using the Azure Toolkit for Eclipse.

Prerequisites

To complete the steps in this article, you’ll need to install the Azure Toolkit for Eclipse, which requires the following software components:

Installation and sign-in

The following steps walk you through the Azure sign-in process in your Eclipse IDE.

  1. If you haven’t installed the plugin, see Installing the Azure Toolkit for Eclipse.
  2. To sign in to your Azure account, click Tools, click Azure, and then click Sign In.

--

--