Skip to content

Commit 9ab946e

Browse files
Merge pull request #7929 from MicrosoftDocs/users/gakama/mdp-network-changes
Update Configure Networking for MDP
2 parents a4c7164 + 8d16c96 commit 9ab946e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/managed-devops-pools/configure-networking.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configure networking
33
description: Learn how to configure networking for Managed DevOps Pools.
4-
ms.date: 11/13/2024
4+
ms.date: 05/09/2025
55
---
66

77
# Configure Managed DevOps Pools networking
@@ -149,8 +149,8 @@ All of them are HTTPS, unless otherwise stated.
149149
* `rmprodbuilds.azureedge.net` - Worker binaries
150150
* `vstsagentpackage.azureedge.net` and `https://download.agent.dev.azure.com` - Azure DevOps agent CDN location
151151
* `*.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)
154154
* `www.microsoft.com` - Provisioning Linux machines
155155
* `security.ubuntu.com` - Provisioning Linux machines
156156
* Less secure, more open endpoints that our service depends on:
@@ -175,6 +175,10 @@ All of them are HTTPS, unless otherwise stated.
175175
2. If you want to avoid routing traffic through Service Endpoints, these are the domains to allowlist for specific features.
176176

177177
* `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)
178182

179183
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).
180184

0 commit comments

Comments
 (0)