Azure-Functions icon indicating copy to clipboard operation
Azure-Functions copied to clipboard

Clarification on Migration of functionscdn.azureedge.net Subdomain

Open cetinbug opened this issue 1 year ago • 2 comments

We are using Azure Functions and rely on the CDN functionscdn.azureedge.net to retrieve extension bundles. However, after reviewing the information provided in the GitHub issue: "Critical: .NET install domains and URLs are changing", I noticed that there is no specific mention of the functionscdn subdomain in the migration details.

Could you please clarify:

Whether the functionscdn.azureedge.net subdomain is also part of the migration process? If yes, to which domain will it be migrated? For reference, we currently retrieve extension bundles using a URL similar to:

https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle.Preview/$EXTENSION_BUNDLE_VERSION This clarification will help us ensure uninterrupted operations and allow us to prepare for any required changes.

cetinbug avatar Jan 10 '25 20:01 cetinbug

Hi - we're tracking this and are working on the migration plan for this subdomain. We do not presently have a new domain identified. Once we do, we will provide an update here with guidance.

In the meantime, our primary recommendation is to prepare for a migration by making the domain configurable in whatever components depend on it. We intend for the new domain to be path-compatible with the existing one.

mattchenderson avatar Jan 14 '25 00:01 mattchenderson

The new domain to use is cdn.functions.azure.com.

mattchenderson avatar Feb 05 '25 22:02 mattchenderson