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.