You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/managed-devops-pools/configure-networking.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Configure networking
3
3
description: Learn how to configure networking for Managed DevOps Pools.
4
-
ms.date: 11/13/2024
4
+
ms.date: 05/09/2025
5
5
---
6
6
7
7
# Configure Managed DevOps Pools networking
@@ -149,8 +149,8 @@ All of them are HTTPS, unless otherwise stated.
149
149
*`rmprodbuilds.azureedge.net` - Worker binaries
150
150
*`vstsagentpackage.azureedge.net` and `https://download.agent.dev.azure.com` - Azure DevOps agent CDN location
151
151
*`*.queue.core.windows.net` - Worker queue for communicating with Managed DevOps Pools service
152
-
*`server.pipe.aria.microsoft.com` - Common client side telemetry solution (and used by the Agent Pool Validation extension among others)
153
-
*`azure.archive.ubuntu.com` - Provisioning Linux machines - this is HTTP, not HTTPS
152
+
*`server.pipe.aria.microsoft.com` - Common client side telemetry solution
153
+
*`azure.archive.ubuntu.com` - Provisioning Linux machines - this is HTTP (port 80), not HTTPS (port 443)
154
154
*`www.microsoft.com` - Provisioning Linux machines
155
155
*`security.ubuntu.com` - Provisioning Linux machines
156
156
* Less secure, more open endpoints that our service depends on:
@@ -175,6 +175,10 @@ All of them are HTTPS, unless otherwise stated.
175
175
2. If you want to avoid routing traffic through Service Endpoints, these are the domains to allowlist for specific features.
176
176
177
177
*`md-*.blob.storage.azure.net` - Required to [configure a data disk](./configure-storage.md)
178
+
* Akamai CDN Delivery IPs: Starting May 1st 2025, Azure DevOps CDN assets are transitioning to a solution served by Akamai and Azure Front Door. Ensure your network has outbound access to Akamai IP ranges. For more information, see:
179
+
*[CDN Domain URL change for Agents in Pipelines](https://devblogs.microsoft.com/devops/cdn-domain-url-change-for-agents-in-pipelines/)
180
+
*[Azure CDN from Edgio retirement FAQ](/previous-versions/azure/cdn/edgio-retirement-faq)
181
+
*[Akamai TechDocs - Origin IP Access Control List](https://techdocs.akamai.com/origin-ip-acl/docs/update-your-origin-server)
178
182
179
183
If you configure your Azure DevOps Pipeline to run inside of a container, you need to also allowlist the source of the container image (Docker or ACR).
0 commit comments