0
votes

As the questions says: What port number does the Azure DevOps task "Universal packages" use to communicate back to Azure DevOps Artifacts in order to fetch packages down? In the company I have requested them to white-list ports # 80 & 443 for IP addresses:

13.107.6.0/24
13.107.9.0/24
13.107.42.0/24
13.107.43.0/24

By policy, I cannot just tell them to open all the ports. So I have to be selective. The task uses the executable "ArtifactTool.exe". The agents are working fine and tasks are being downloaded. I know I can set the proxy in Internet Options, but since this is a Production server I cannot set the proxy for server-wide since it will impact other production services.

1

1 Answers

0
votes

All Universal Packages operations are conducted over plain HTTPS. Only port 443 is required.

As an aside, the existence, interface, and functionality of ArtifactTool.exe is an internal implementation detail and should not be relied upon directly.