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
Due to a change in the underlying CDN itself, references to functionscdn.azureedge.net must be replaced with cdn.functions.azure.com. The new domain is endpoint compatible, so all uses of it should continue to work as expected after the domain change.
I've also filed a corresponding issue in this repository's upstream (microsoft#9857) which covers the snapshot of the tooling feed which is included. Here, that code would be:
Uh oh!
There was an error while loading. Please reload this page.
Due to a change in the underlying CDN itself, references to
functionscdn.azureedge.net
must be replaced withcdn.functions.azure.com
. The new domain is endpoint compatible, so all uses of it should continue to work as expected after the domain change.I've also filed a corresponding issue in this repository's upstream (microsoft#9857) which covers the snapshot of the tooling feed which is included. Here, that code would be:
azure-tools-for-intellij/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-appservice/src/main/resources/func-core-tools/cli-feed-v4.json
Line 11 in d41772f
This repository also includes a reference as part of configuration:
azure-tools-for-intellij/PluginsAndFeatures/azure-toolkit-for-rider/azure-intellij-plugin-appservice-dotnet/src/main/resources/META-INF/azure-intellij-plugin-appservice-dotnet.xml
Line 71 in d41772f
Because this is derived from the tooling feed, you may be interested in following Azure/azure-functions-tooling-feed#603, which tracks the central change there. See Azure/Azure-Functions#2576 for other related issues across other Functions repos.
Please let us know if you have any questions or concerns with this - we're happy to help support.
The text was updated successfully, but these errors were encountered: