• Custom Deployment Scripts For Microsoft Azure Web Apps (Websites) Using Git Deployment
  • Easily downloading your current deployment script
  • Custom Deployment Script Generator
  • Customizing site deployment based on site's app settings in Azure Web Apps (Websites)
  • (a) First let's generate a deployment script for the node.js website:
  • (b) Let's generate a deployment script for the mvc4 web application:
  • (c) To decide which script should run, based on the website we are currently deploying, we'll use the "app settings" feature in Microsoft Azure Web Apps:
  • (d) Now let's try to push our repository to our Microsoft Azure Web App:
  • That's it, now we have a working mvc4/node.js website