MC1184996 High
(Updated) Legacy SharePoint Online Content Delivery Network (CDN) domain to be retired—review configurations
Summary AI-generated
SharePoint Online is retiring the legacy publiccdn.sharepointonline.com CDN domain; update any hardcoded references to avoid 404 errors after March 31, 2026.
Suggested actions AI-generated
- Update all hardcoded references to the legacy CDN domain
- Review and revise SPFx cdnBasePath usage as needed
- Add public-cdn.sharepointonline.com to domain allow lists
- Validate changes before March 31, 2026
Written by Azure OpenAI (gpt-4.1) from the text of the post below. It can be incomplete or wrong; the original post is authoritative.
Similar posts
Search for more like this- MC792601 (Updated) SharePoint Framework domain isolated web parts retirement
- MC1193419 (Updated) Content Security Policies (CSP) are coming to SharePoint Online and might impact your custom SPFx solutions
- MC1392563 (Updated) OneDrive transitions to the cloud.microsoft domain
- MC1464926 Upcoming changes to classic publishing sites, classic user-created pages and custom scripting in SharePoint Online
- MC1222981 (Updated) SharePoint: Migrate the Maps web part to Azure Maps
- MC1055555 (Updated) Microsoft SharePoint Online: We will remove retired DISCO and WSDL web pages
Original post from Microsoft
Updated January 8, 2026: We have updated this post as a reminder. Thank you for your patience.
[Introduction]
As part of ongoing service modernization, Microsoft has migrated the hosting of SharePoint Online static assets to the Microsoft Azure Front Door (AFD) content delivery network (CDN), using the new domain public-cdn.sharepointonline.com. This migration was previously announced in MC1066155 and completed in July 2025.This message is a follow-up notice to retire the legacy CDN domain publiccdn.sharepointonline.com. After this rollout completes, content referenced via the legacy domain will no longer be accessible, and users will receive 404 errors when trying to access resources hosted on the legacy domain.
[When this will happen:]
General Availability (Worldwide): Rollout begins March 31, 2026, and completes by late April 2026.[How this affects your organization:]
Who is affected:- Organizations using SharePoint Online with applications, scripts, or configurations that hardcode the legacy CDN domain.
- Developers using SharePoint Framework (SPFx) with hardcoded
cdnBasePathvalues. - Admins who have configured domain-based allow lists in their network settings.
What will happen:
- The legacy domain publiccdn.sharepointonline.com will be retired.
- Any content referenced via the legacy domain will return 404 errors.
- The same resources remain available through the new CDN domain public-cdn.sharepointonline.com.
- The legacy domain previously served as an automatic hosting endpoint for SharePoint resources.
- The 404 error does not indicate data loss—only the access path is affected.
- Hardcoded references to the legacy domain will fail once the domain is retired.
[What you can do to prepare:]
- Review your applications, scripts, and configurations for any hardcoded references to publiccdn.sharepointonline.com.
- Update affected components to use supported and dynamic endpoints to ensure continued functionality.
- For SPFx applications:
- If using an external CDN, it’s fine to update the
cdnBasePath. - If relying on automatic hosting through the Microsoft 365 Public CDN, do not hardcode
cdnBasePath—leave it unchanged, shown in the code snippet box below. For more details, refer to Update your solution project for the CDN URLs.
- If using an external CDN, it’s fine to update the
{
"cdnBasePath": "<!-- PATH TO CDN -->"
}[Compliance considerations]
No compliance considerations identified, review as appropriate for your organization.Additional details from Microsoft
- Summary
- The legacy SharePoint Online CDN domain publiccdn.sharepointonline.com will be retired by late April 2026. Update all hardcoded references to the new domain public-cdn.sharepointonline.com to avoid 404 errors. Validate changes before March 31, 2026, to ensure uninterrupted access to SharePoint resources.