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
This issue is a locked mirror of dotnet/core#9671. See that issue for discussion.
.NET binaries and installers have moved to a new domain -- builds.dotnet.microsoft.com -- backed by a new Content Delivery Network (CDN). You may need to make changes to adjust.
Validate that firewall rules are resilient to using Akamai and Azure Front Door CDNs.
Last update: 2025.01.10
Next update: 2025.01.15
Context
Some .NET binaries and installers have been hosted on Azure Content Delivery Network (CDN) domains that end in .azureedge.net. These domains are hosted by edg.io, which will soon cease operations due to bankruptcy. We are required to migrate to a new CDN and will be using new domains going forward.
We expectazureedge.net domains to cease to function around 3/31.
.NET Team Remediation
New domains were created:
builds.dotnet.microsoft.com for signed official builds
All the new domains are path-compatible with old domains, as they share the same origin.
Please also make the following changes:
Update local copies of the install script
Update setup-dotnet Action references
Validate that firewall rules work with the new domains
Install script
The .NET install script is used to install .NET from our CDN. We are changing CDNs (documented in a following section), which requires us to change the install script to use the new CDN.
Users who have local copies of these scripts will need to update their copies.
Users who rely on the remote copy (at the URLs above) do not need to do anything other than validate no observed change in behavior (due to new domains and CDNs being used).
.NET binaries and installers have moved to a new domain --
builds.dotnet.microsoft.com
-- backed by a new Content Delivery Network (CDN). You may need to make changes to adjust.Tracking issue: dotnet/core#9674
Context
Some .NET binaries and installers have been hosted on Azure Content Delivery Network (CDN) domains that end in
.azureedge.net
. These domains are hosted by edg.io, which will soon cease operations due to bankruptcy. We are required to migrate to a new CDN and will be using new domains going forward.We expect
azureedge.net
domains to cease to function around 3/31..NET Team Remediation
New domains were created:
builds.dotnet.microsoft.com
for signed official buildsci.dot.net
for signed buildsTest links for new CDN:
Test links for old CDN:
The following resources have been updated to use new domains.
releases-index.json
Other changes are in progress.
User Remediation
Please make the following replacements:
dotnetcli.azureedge.net
->builds.dotnet.microsoft.com
dotnetcli.blob.core.windows.net
->builds.dotnet.microsoft.com
dotnetbuilds.azureedge.net
->ci.dot.net
dotnetbuilds.blob.core.windows.net
->ci.dot.net
All the new domains are path-compatible with old domains, as they share the same origin.
Please also make the following changes:
Install script
The .NET install script is used to install .NET from our CDN. We are changing CDNs (documented in a following section), which requires us to change the install script to use the new CDN.
Updated scripts:
https://dot.net/v1/dotnet-install.sh
https://dot.net/v1/dotnet-install.ps1
https://github.com/dotnet/install-scripts/tree/main/src
Notes:
Tracking PRs:
Official builds
Official builds and JSON files are hosted via a CDN, available for use by the install script and other installers.
Notes:
microsoft.com
domain was chosen to reflect that.You can change from old to new domains by changing the domain section of the URL. The other parts of the URL do not need to change.
Example URLs:
A set of short links are available for official builds.
Link pattern:
https://aka.ms/dotnet/[x.y]/[package]
.Example URLs:
These links produce
301
HTTP results that forward to our CDN.We expect these links to be changed in mid January.
Tracking PR:
CI builds
Continuous integration (CI) builds are hosted via a CDN, available via the install script and GitHub README files.
Note: CI builds include a mix of tested and untested builds, signed and unsigned builds.
Example URLs:
A set of short links are available for CI builds.
Link pattern:
https://aka.ms/dotnet/[x.y]/daily/[package]
.Example URLs:
These links produce
301
HTTP results that forward to our CDN.We expect these links to be changed in mid January.
Tracking PR:
CI build pages use the CI short links.
Example build pages:
Azure DevOps and GitHub Actions
UseDotnetTask
will be updated in JanuaryOther changes
The following resources are also affected.
The text was updated successfully, but these errors were encountered: