AspNetCore.Docs/aspnetcore/includes/cdn.md

4 lines
370 B
Markdown

A CDN:
* Provides several [performance advantages](/office365/enterprise/content-delivery-networks#how-do-cdns-make-services-work-faster) vs hosting the asset with the web app.
* Should not be relied on as the only source for the asset. CDNs are not always available, therefore a reliable fallback should be used. Typically the fallback is the site hosting the web app.