From 926452080e02e88dfd1580564a9ae84ca84118cc Mon Sep 17 00:00:00 2001 From: Matt Galbraith Date: Tue, 9 Mar 2021 14:25:37 -0800 Subject: [PATCH] Use blob.core.windows instead of azureedge for Helix SDK / CLI acquisition (#7078) Since Helix agents tend to be in the same data center or geolocated in the Western US, this isn't a perf degradation (gain, in some cases) but also when executed at Helix scale, means a substantial savings --- src/Microsoft.DotNet.Helix/Sdk/FindDotNetCliPackage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.DotNet.Helix/Sdk/FindDotNetCliPackage.cs b/src/Microsoft.DotNet.Helix/Sdk/FindDotNetCliPackage.cs index 7fdd2bd3e21..5d82a45f509 100644 --- a/src/Microsoft.DotNet.Helix/Sdk/FindDotNetCliPackage.cs +++ b/src/Microsoft.DotNet.Helix/Sdk/FindDotNetCliPackage.cs @@ -9,7 +9,7 @@ namespace Microsoft.DotNet.Helix.Sdk public class FindDotNetCliPackage : BaseTask { private static readonly HttpClient _client = new HttpClient(new HttpClientHandler { CheckCertificateRevocationList = true }); - private const string DotNetCliAzureFeed = "https://dotnetcli.azureedge.net/dotnet"; + private const string DotNetCliAzureFeed = "https://dotnetcli.blob.core.windows.net/dotnet"; /// /// 'LTS' or 'Current'