I'm working on a Node.js app. This app will be hosted as a Web Site in Windows Azure. My code is hosted as a GIT respository in Visual Studio Online. I authorized my Windows Azure to deploy from Visual Studio Online.
When I check code into my repository, I was expecting a deployment to occur. However, I'm not seeing any deployments. When I visit the deployments tab in the Azure portal, I see a screen that says:
The team project is linked.
Visual Studio Online will build and deploy your project to Windows Azure on your next check-in.
However, I check code in, but I never get a deployment. The code successfully runs on my local machine. Is there somewhere I can see the log files? If so, where? At this point, I don't know if there are errors or if I'm doing something wrong. I just know that my code isn't deploying to Azure.
Thank you!