Java Web App In Azure

Prerequisites

· Azure account

Now let's get started with the following steps:

Create and configure a Java web app

Step 1: Sign in to the online Microsoft Azure Portal.

Step 2: In the Jump bar, click New, then click Web + Mobile, and then Web App.

 
 
Step 3: In the Web App account blade, specify the desired configuration for the Web App account (Type name for the web app & Resource Group). Click Create button at the bottom of the screen to create the Web App.
 
  
 
After you click Create, you'll get your new Web App being configured on the dashboard.

Step 4:

In the Web app blade, click Settings
then Click Application settings and choose the desired Java version and click Save. Within a few moments, your java web app will ready for use then click the URL to browse to the new site. The web page confirms that you have created a Java-based web app.

 
 
Read more articles on Azure:


Similar Articles