Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can anyone give guidance on installing TFS Build on a Windows Azure Role

Tags:

azure

tfsbuild

We have TFS 2010 working on-premise in a domain environment.

I want to add a Build Service which will be hosted in a multi-instance Azure service wherein the build agent runs in the cloud. It will have access to SourceControl from on-prem TFS probably through Service Bus. I would prefer to do this without using a VM Role if possible.

The most likely topology as per Understanding a Team Foundation BuildSystem is either the 'Multiple-machine System' or 'Multiple-machine system with multiple controllers'

Has anyone done this specific type of deployment, how? Could the Build Agent be made to run in a Web or Worker role?

like image 513
Redeemed1 Avatar asked Dec 01 '11 09:12

Redeemed1


1 Answers

For the tfs preview it can be done using the vm role: http://bartwullems.blogspot.com/2011/10/running-your-build-server-on-azure.html

like image 122
Rolf Huisman Avatar answered Nov 02 '22 11:11

Rolf Huisman