Description
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.