Creating JAVA Web App in Azure

We all have heard about the Microsoft Openness. We can deploy different platform web applications in Azure. So today we are going to learn the way of deploying Java Web Application in Azure.
 
Here are the steps to create Java Web App in Azure: 
  • Login to the management portal. 
  • Click on New, Search for Jetty at Every thing and select it as shown below:

  • Enter the Web App Name, choose your Subscription, either create a new resource or select the existing one and then create as shown below:

  • Wait for couple of minutes and let the Web App successfully deploy. After deployment succeeds, a box shown as below appears automatically and click on the link to go to the link that you have deployed:

  • Then you will be redirected to the link that you deployed in your browser and the content on the particular page is shown as below:


  • CONGRATULATIONS! You have successfully created a Java Web App in Azure. You can deploy your custom web pages by the help of publish profile.
To deploy via FTP go to the link below: