Home > OS >  Azure DevOps self-hosted agent in Container instance - network rules
Azure DevOps self-hosted agent in Container instance - network rules

Time:12-01

I am running Azure DevOps Ubuntu self-hosted agent as container in the Container Instances. What are the minimum inbound and outbound network traffic rules so the agent can operate? I tried ports 80 and 443 TCP for both in and outbound but the container is still not able to find the DevOps Agent pool (it says [1;36m1. Determining matching Azure Pipelines agent...[0m).

CodePudding user response:

As depicted here, only outbound HTTP(S) on port 443 is required.

  • Related