Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I know this is possible using AppHarbor. BitBucket has a service specifically for AppHarbor which I believe notifies them to pull the latest revision when I push to my repository.

Is there a way to setup a similar workflow using Windows Azure Websites?

share|improve this question

2 Answers

up vote 3 down vote accepted

Update (10/27/2012): as it turns out, the bitbucket support for public git repros just became available today, so give it a try!


Currently this is only supported for Github and Codeplex, but the Bitbucket support is around the corner. Initially, it will only support public repos, but the private repo support won't be too far behind. Can't give exact dates, but normally it should all happen before the end of the year.

share|improve this answer
Thanks! I suppose I didn't specify that I need it for private repos. But because of your response I noticed a bunch of other new stuff recently deployed in the new Azure management portal. Good stuff! – Vyrotek Oct 28 '12 at 3:24
2  
See youtube.com/watch?v=MeT2TB6fCqE&feature=youtu.be&hd=1. Just for you! :) – David Ebbo Oct 29 '12 at 6:06
Thank you very much! – Vyrotek Oct 29 '12 at 23:11
Good to hear private repo support is coming. For now Azure just says "There are no repositories in your Bitbucket account." if you don't have any public repos. – Luke Sampson Oct 29 '12 at 23:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.