Microsoft Azure takes care of all the infrastructure requirements that are needed to create and maintain a web application. This means that us developers don't need to worry about things such as server management, load balancing, or security. With the platform being improved and extended almost daily, we can also be fairly confident that we'll have the latest and greatest functionality available to us.
We're not going to go into too much detail about Azure App Service as a whole book could be written about it, but we can surely have a look at the required steps to publish our web app to this cloud platform:
- Select Microsoft Azure App Service as your publishing target. If you have an existing site that you want ...