Page 2 of 2

Provisioning complex Modern Sites with Azure Functions and Flow – Part 3 – Post Provisioning Site Configuration

In the previous two blogs part 1 and part 2, we looked at steps to create a Modern team site and apply a custom provisioning…

Continue reading → Provisioning complex Modern Sites with Azure Functions and Flow – Part 3 – Post Provisioning Site Configuration

Provisioning complex Modern Sites with Azure Functions and Flow – Part 2 – Create and Apply Template

In the previous blog here, we got an overview of the high level Architecture of a Complex Modern team site provisioning process. In this blog,…

Continue reading → Provisioning complex Modern Sites with Azure Functions and Flow – Part 2 – Create and Apply Template

Quick bites : Set Folder metadata default values on a SharePoint library using SharePoint CSOM

One of the coolest functionality of SharePoint libraries is able to set custom metadata default values for folders. What it means is that when users…

Continue reading → Quick bites : Set Folder metadata default values on a SharePoint library using SharePoint CSOM

Update Navigation programmatically for SharePoint Modern sites using SharePoint CSOM

Updating Navigation programmatically for SharePoint sites is challenging. This has become even more challenging with Modern SharePoint Team sites. Some of the constraints are below.…

Continue reading → Update Navigation programmatically for SharePoint Modern sites using SharePoint CSOM

Sequencing Azure Http Trigger Function runs during simultaneous calls

While working on Group provisioning process (blog here), we encountered an issue with parallel calls to Azure Functions from Flow. Even though, Microsoft flow supports…

Continue reading → Sequencing Azure Http Trigger Function runs during simultaneous calls