0
votes

Is it possible to create a self-hosted agent and assign it to several organizations on azure devops?

Thanks

1

1 Answers

1
votes

Yes and no, you can install multiple parallell agents on the same self-hosted server and configure them to connect to different organizations. But one single agent can only connect to one organization.

Just unpack the agent zip file to two different folders and configure each one with the organisation URLs, authentication method and other settings. This way you get two agent services running side by side serving the two organizations.