From 20b4327efd7ad07bba5ad0241d320f3e800d11c2 Mon Sep 17 00:00:00 2001
From: mparrachavezMicrosoft
<162209523+mparrachavezMicrosoft@users.noreply.github.com>
Date: Tue, 8 Apr 2025 18:32:42 +0000
Subject: [PATCH 1/4] added changes
---
microsoft-365/enterprise/office-365-cdn-quickstart.md | 2 ++
microsoft-365/enterprise/use-microsoft-365-cdn-with-spo.md | 7 +++++--
2 files changed, 7 insertions(+), 2 deletions(-)
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..17a1d041d4f 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 items in Private CDN is depricated. Public CDN is the recommended approach for full
+> management capabilities. Items that are already added to private CDN are still retrievable, but can no longer be >managed
### 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)
From a64a66402ffc85d9034d07452d770bfeecc7c95b Mon Sep 17 00:00:00 2001
From: Kelley Vice
Date: Mon, 14 Apr 2025 11:14:06 -0700
Subject: [PATCH 2/4] Fix typo: "depricated" to "deprecated"
---
microsoft-365/enterprise/use-microsoft-365-cdn-with-spo.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 17a1d041d4f..318e712be4b 100644
--- a/microsoft-365/enterprise/use-microsoft-365-cdn-with-spo.md
+++ b/microsoft-365/enterprise/use-microsoft-365-cdn-with-spo.md
@@ -429,8 +429,8 @@ 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 items in Private CDN is depricated. Public CDN is the recommended approach for full
-> management capabilities. Items that are already added to private CDN are still retrievable, but can no longer be >managed
+> Management of items in 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 can no longer be managed.
+
### Change the list of file types to include in the Office 365 CDN (Optional)
From 1e299e4ef28c8382c1c898cd9d67f280aacab190 Mon Sep 17 00:00:00 2001
From: mparrachavezMicrosoft
<162209523+mparrachavezMicrosoft@users.noreply.github.com>
Date: Fri, 18 Apr 2025 18:41:11 +0000
Subject: [PATCH 3/4] feedback changes
---
microsoft-365/enterprise/use-microsoft-365-cdn-with-spo.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 318e712be4b..fe6bbbbf84d 100644
--- a/microsoft-365/enterprise/use-microsoft-365-cdn-with-spo.md
+++ b/microsoft-365/enterprise/use-microsoft-365-cdn-with-spo.md
@@ -429,7 +429,7 @@ 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 items in 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 can no longer be managed.
+> Management of the configuraion of Private CDN is depricated. 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.
From d4e8d120933558292c2025898788476e5af7aa80 Mon Sep 17 00:00:00 2001
From: Kelley Vice
Date: Tue, 22 Apr 2025 09:19:40 -0700
Subject: [PATCH 4/4] Update use-microsoft-365-cdn-with-spo.md
---
microsoft-365/enterprise/use-microsoft-365-cdn-with-spo.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 fe6bbbbf84d..c69b75a2d1c 100644
--- a/microsoft-365/enterprise/use-microsoft-365-cdn-with-spo.md
+++ b/microsoft-365/enterprise/use-microsoft-365-cdn-with-spo.md
@@ -429,7 +429,7 @@ 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 depricated. 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.
+> 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.