is there a way to deploy to an azure webrole from source control.
I dont mind too much which sc system I use, just want the deploy to occur on ‘push’ as in azure websites with git.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a free hosted TFS service from Microsoft that allows you to do automatic builds and deployments of your projects from TFS into Azure whenever check-ins occur in the TFS team project. It is really easy to setup, and takes about 10-15 minutes. It is currently in preview so it is free. I have a blog post and a companion video that walks through this.
The blog post and video are for an “Azure Web Site”, but the process is nearly identical for an “Azure Cloud Service” (you mentioned a Web Role).