I'm trying to deploy a node.js Web App from Visual Studio Online to Azure Web App. Visual Studi Online offers the possibility to build the app online and then to deploy it to azure.
I added the build script "Visual Studio Build" and then the "Azure Web App Deployment":
The "Visual Studio Build" works fine. In the build process step "Azure Web App Deployment" I added different paths for "Web Deploy Package". Nothing works.
Do you know how to build and deploy the node.js web app to Azure? Or do you know which path to use for the "Web Deploy Package" in the process step "Azure Web App Deployment"?
Thank you for your help!