I am having a nodejs application which needs to be keep on running.The application is deployed in azure.But it does not getting started.When i tried to run the app by typing"node app.js" via kudu console it works fine.But as soon as deployed its not working.Package.json file has the script start script.What might be the reason.
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
kudu console link of azure.