Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CDN domain for Tooling Feed #603

Closed
mattchenderson opened this issue Feb 5, 2025 · 0 comments · Fixed by #605 or #606
Closed

Update CDN domain for Tooling Feed #603

mattchenderson opened this issue Feb 5, 2025 · 0 comments · Fixed by #605 or #606
Assignees

Comments

@mattchenderson
Copy link
Contributor

We need to change from functionscdn.azureedge.net to cdn.functions.azure.com.

In this repo, that means changes to the feed content itself, across all versions. Please consider changing that as a separate PR, and maybe creating a corresponding sub-item.

This repo will also require changes to the generator tool that CI uses:

var url = $"https://functionscdn.azureedge.net/public/{cliVersion}/Azure.Functions.Cli.{rid}{linkSuffix}.{cliVersion}.zip";

var url = $"https://functionscdn.azureedge.net/public/{containerName}/Azure.Functions.Cli.{rid}{linkSuffix}.{version}.zip";

We also include a direct reference (to an old version!) in the readme, which we arguably should replace with an aka link of some kind. I can help with creating that.

The Azure Functions Tooling Feed is consumed by Visual Studio and Visual Studio code to make sure they are always using the latest [core tools](https://github.com/Azure/azure-functions-core-tools) and matching [templates](https://github.com/Azure/azure-functions-templates). The Azure Functions Tooling Feed is hosted at https://functionscdn.azureedge.net/public/cli-feed-v3.json.

Changes will also be needed to the release pipelines in ADO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants