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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: