Custom NodeJs Deployment on Azure Web App
One of the advantages of using Azure Web App is how easy it is to deploy a NodeJS app. If you have an app as simple as this one, Azure Web App will pick it up, install all the node dependencies, and serve the app on port 80. And you are done!!! Unfortunately, a lot of times, you might want to venture outside the comfort of auto-deploy land, and do some customization....