import Global from '../../_global.mdx';
Adds CDN origin to the current SharePoint Online tenant
m365 spo cdn origin add [options]`-t, --type [type]`
: Type of CDN to manage. Allowed values are: `Public`, `Private`. Default `Public`.
`-r, --origin <origin>`
: Origin to add to the current CDN configuration.Using the -t, --type option you can choose whether you want to manage the settings of the Public (default) or Private CDN. If you don't use the option, the command will use the Public CDN.
:::info
To use this command you must be either SharePoint Administrator or Global Administrator.
:::
Add */CDN to the list of origins of the Public CDN.
m365 spo cdn origin add --type Public --origin */CDNThe command won't return a response on success.
- Use Microsoft 365 CDN with SharePoint Online: https://learn.microsoft.com/microsoft-365/enterprise/use-microsoft-365-cdn-with-spo?view=o365-worldwide