Reputation: 162
I need to configure auto deploy to azure for my asp.net mvc progect as web role. I read that i can do this with visual studio online. But have a few questions:
Thanks for any suggestions
Upvotes: 0
Views: 41
Reputation: 184
1) I can't tell you how long the process is going to take because it depends on the app you are building, depends if you are going to run tests or not. The deployment process can have several steps like npm install, bower install, grunt/gulp task runner.
2) In Visual Studio Team Services you have: Free: 240 minutes (shared with Build) 30 minute maximum single job duration
3) I use Visual Studio Team Services in several projects works like a charm!
VS Team Services pricing details: https://azure.microsoft.com/en-us/pricing/details/visual-studio-team-services/
Upvotes: 1