Introduction

Azure Web App is very popular service in Azure and it is very cheap in cost as compared to the other services. It provides awesome features and a highly scalable, self-patching web hosting service. Deployment is quite simple with Azure. The advantage of Azure Web App is that it supports multiple languages, like .NET, Java, PHP, Node.js.

The code in Azure Web App is smart enough to deploy a web on Azure irrespective of the platform the web is developed on, such as - Windows, OSX, or Linux. You can deploy your website easily and make it live in seconds. Also, you can easily monitor and diagnose your website's performance and can rapidly fix issues.

You can publish your website using several publishing methods, like FTP ,TFS, Web Deploy, Git, Dropbox etc.

Let us see the demo of how we can deploy our ASP.NET website in just a few clicks.

Summary

In this article, we have learned creating about web apps in Azure and Publishing the same web app on Azure. I hope you liked it. For any questions, drop me a message or comment below.