Hello,
Welcome to Microsoft Q&A,
Microsoft is changing the download URL for Azure DevOps Pipelines Agent binaries. If your self-hosted agents are configured to download agent updates and tools behind a firewall or proxy, you may need to allowlist a new domain.
You are not impacted if:
- You use only Microsoft-hosted agents in your pipelines
- OR your self-hosted agents have unrestricted internet access
You are impacted if:
- You are using Self-Hosted Agents (on-premise VMs, internal VMs, hosted within a VNET or DMZ) for Azure Pipelines
- AND your environment uses network restrictions, such as:
- Firewalls
- Web proxies
- NSGs restricting outbound traffic
- Private networks (e.g., no internet access unless explicitly allowed)
If you have network restriction enabled, Allow the URL below to your firewall allowlist,
https://vstsagentpackage.azureedge.net
Please Upvote and Accept the answer if it helps!!