diff --git a/microsoft-365/enterprise/office-365-cdn-quickstart.md b/microsoft-365/enterprise/office-365-cdn-quickstart.md index 761f74f044f..f03519f7541 100644 --- a/microsoft-365/enterprise/office-365-cdn-quickstart.md +++ b/microsoft-365/enterprise/office-365-cdn-quickstart.md @@ -55,6 +55,8 @@ The Office 365 CDN supports: - **Public CDN**, which is designed to be used for JS (JavaScript), CSS (Style Sheets), Web Font File (WOFF, WOFF2) and non-proprietary images like company logos. You can choose public origins for your organization [Choose public origins](use-microsoft-365-cdn-with-spo.md). +>[!NOTE] +>By default, no customer content is added to public CDN unless explicitly specified. Microsoft will never enable anonymous access to any customer contents. ## How to enable Public CDN with the default configuration Before you make changes to the tenant CDN settings, you should verify that it meets compliance, security and privacy policies of your organization. diff --git a/microsoft-365/enterprise/use-microsoft-365-cdn-with-spo.md b/microsoft-365/enterprise/use-microsoft-365-cdn-with-spo.md index e23d9526944..c69b75a2d1c 100644 --- a/microsoft-365/enterprise/use-microsoft-365-cdn-with-spo.md +++ b/microsoft-365/enterprise/use-microsoft-365-cdn-with-spo.md @@ -66,7 +66,7 @@ Once you're done with setup, you can [Manage the Office 365 CDN](use-microsoft-3 - Configuring CDN policies - If necessary, disabling the CDN -Finally, see [Using your CDN assets](use-microsoft-365-cdn-with-spo.md#using-your-cdn-assets) to learn about accessing your CDN assets from both public and private origins. +Finally, see [Using your CDN assets](use-microsoft-365-cdn-with-spo.md#using-your-cdn-assets) to learn about accessing your CDN assets from public origins. See [Troubleshooting the Office 365 CDN](use-microsoft-365-cdn-with-spo.md#CDNTroubleshooting) for guidance on resolving common issues. @@ -428,6 +428,9 @@ Set-PnPTenantCdnEnabled -CdnType Public -Enable $true For more information about this cmdlet, see [Set-PnPTenantCdnEnabled](https://pnp.github.io/powershell/cmdlets/Set-PnPTenantCdnEnabled.html). +> [!NOTE] +> Management of the configuraion of Private CDN is deprecated. Public CDN is the recommended approach for full management capabilities. Items that are already added to private CDN are still retrievable, but its configuration cannot be modified. + ### Change the list of file types to include in the Office 365 CDN (Optional) @@ -787,7 +790,7 @@ m365 spo cdn set --type Public --enabled false Now that you enabled the CDN and configured origins and policies, you can begin using your CDN assets. -This section helps you understand how to use CDN URLs in your SharePoint pages and content so that SharePoint redirects requests for assets in both public and private origins to the CDN. +This section helps you understand how to use CDN URLs in your SharePoint pages and content so that SharePoint redirects requests for assets in public origins to the CDN. - [Updating links to CDN assets](use-microsoft-365-cdn-with-spo.md#updating-links-to-cdn-assets) - [Using assets in public origins](use-microsoft-365-cdn-with-spo.md#using-assets-in-public-origins)