pnp / vscode-viva

With the SharePoint Framework Toolkit extension, you can create and manage your SharePoint Framework solutions on your tenant. All actions you need to perform during the development flow are at your fingertips.
https://marketplace.visualstudio.com/items?itemName=m365pnp.viva-connections-toolkit
MIT License
34 stars 15 forks source link

💡 [Feature]: Manage cdn #13

Open Adam-it opened 1 year ago

Adam-it commented 1 year ago

💡 Idea

I was thinking to adding a totally new section/view to the activity bar "CDN" which would allow to manage Office 365 Content Delivery Network (CDN) with SharePoint Online (get, set, remove, set policy etc) cdn using CLI for Microsoft 365

For that we could use the following CLI commands https://pnp.github.io/cli-microsoft365/cmd/spo/cdn/cdn-origin-add https://pnp.github.io/cli-microsoft365/cmd/spo/cdn/cdn-origin-list https://pnp.github.io/cli-microsoft365/cmd/spo/cdn/cdn-get/ ... etc

docs https://learn.microsoft.com/en-us/microsoft-365/enterprise/use-microsoft-365-cdn-with-spo?view=o365-worldwide

The main drawback is that we introduce additional view and the toolkit has already multiple views that take a lot of space 🤔. Maybe we should think of alternatives.

Adam-it commented 4 months ago

Before we spend more time on researching or prototyping this we should check with the community would such a feature be helpful and used