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

[Bug]: Edgio CDN is referenced in multiple places #33580

Open
1 task done
sebastienros opened this issue Jan 8, 2025 · 5 comments
Open
1 task done

[Bug]: Edgio CDN is referenced in multiple places #33580

sebastienros opened this issue Jan 8, 2025 · 5 comments

Comments

@sebastienros
Copy link

Area

Tooling

Describe the feature that you would like added

There are several references to azureedge.net over this repository. It looks like you have your own Azure CDN resource (based on the prefix) but the service is shutting down soon.

I am not familiar enough with the repos to understand the criticality of these links.

Additional context

No response

Have you discussed this feature with our team

No response

Validations

  • Check that there isn't already an issue that requests the same feature to avoid creating a duplicate.

Priority

None

@samjowen
Copy link

samjowen commented Jan 9, 2025

This is a breaking issue for us, we are relying on https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20210407.001/assets/icons/fabric-icons-3-089e217a.woff to provide the Fluent icons, but the URL is no longer live.

@jimkyndemeyer
Copy link
Contributor

Also breaking for us in production.

Image

@ItzLevvie
Copy link

ItzLevvie commented Jan 9, 2025

but the URL is no longer live.

Use https://res.cdn.office.net/files/fabric-cdn-prod_20210407.001/assets/icons/fabric-icons-3-089e217a.woff

res.cdn.office.net = Azure Traffic Manager (load balancer) CDN - automatically switches between Akamai CDN servers and Azure CDN servers depending on how much server load there is.
res-1.cdn.office.net = Akamai Edge CDN
res-2.cdn.office.net = Akamai Edge CDN (alternative)
res-3.cdn.office.net = Azure Front Door CDN

@samjowen
Copy link

samjowen commented Jan 9, 2025

but the URL is no longer live.

Use https://res.cdn.office.net/files/fabric-cdn-prod_20210407.001/assets/icons/fabric-icons-3-089e217a.woff

res.cdn.office.net = Azure Traffic Manager CDN res-1.cdn.office.net = Akamai CDN res-2.cdn.office.net = Akamai CDN (alternative) res-3.cdn.office.net = Azure Front Door CDN

Thanks @ItzLevvie for the many options.

@ItzLevvie The prod_20210407.001 in the CDN URL looks a bit brittle, do you happen to know if this is going to be a stable URL?

@jimkyndemeyer
Copy link
Contributor

Workaround for now appears to be calling initializeIcons("https://res.cdn.office.net/files/fabric-cdn-prod_20210407.001/assets/icons/");. We had it without an argument, which defaults to use https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20210407.001/assets/icons/

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

No branches or pull requests

5 participants
@sebastienros @ItzLevvie @jimkyndemeyer @samjowen and others