Deploy SPFX-webpart to Office 365 Public CDN

What is Office 365 CDN? The Office 365 CDN (Content Delivery Network) allows you to easily publish your files directly from SharePoint document libraries to servers. Publishing a file to the Office 365-based CDN is as simple as uploading it to a document library. Using a specific URL, the files can be accessed instantly through the CDN. After creating SPFX […]

Configure SPFx Webparts to Azure CDN

In this article, I have mentioned all steps on deploying SPFx webparts to Azure CDN. It requires some manual steps and some command to create the webparts.           SharePoint Framework has provided ootb supports for deploying to Azure Storage account.   Please use Azure Storage account to maintain the web parts. For the Users who follow Microsoft’s SharePoint framework, while building the […]

Rest API Filter Methods On SharePoint List Items

In this blog we will see how to filter SharePoint list items using Rest API. We can filter items based on field title, field ID or modified date of items.  In Rest API through  url parameter we can easily perform filtering on SharePoint list items. For filter methods url parameter is composed of three components. Field name Operator such as […]

Hubsite Configuration

Introduction        Microsoft has introduced hub site in SharePoint online & office 365 to modernize the features of SharePoint. In this article, we will acquire knowledge about creating, associating & removing a hub site in SharePoint Online. What is SharePoint Hub site Hub sites brings the related sites together to roll up news, events & to simplify the search with […]