I am trying to run a very simple node.js server on an Azure Web Appp to serve a single page application. The server will serve up static pages, and will always server \'inde
I can see duplicated code in your code above. Remove the code after var server = app.listen(3000); then follow the steps in article https://azure.microsoft.com/en-us/documentation/articles/web-sites-nodejs-develop-deploy-mac to finish depoly your KOA to azure.