Reputation: 35
I am looking for the list of IP addresses that can be whitelisted in our Firewalls for inbound calls from the Azure DevOps service. I see it has been asked a couple of times in Stack but no response, did anyone figure it out yet?
Upvotes: 1
Views: 665
Reputation: 1817
You would be better off installing an agent locally, this will handle the communications with DevOps. Just create a new agent pool, and install the agent software (in the pool, just click the "new agent" button for instructions) on an on-prem machine.
If necessary, in your build just create a new agent job that runs on your new pool (to avoid the whole build running on it).
Upvotes: 1