Run SharePoint Online cmdlets in an Azure Function App

Functions_LogoInterested in deploying your SharePoint PowerShell scripts to Azure? Stick ’em in an Azure Function App! All the perks of a scheduled job but with an optional HTTP endpoint for invocation.

To get the SPO cmdlets available there are a few things you need to do.

Continue reading “Run SharePoint Online cmdlets in an Azure Function App”

Populate SharePoint Hosted Add-In Lists with Data

I’ve been tinkering with a simple SharePoint Hosted Add-In the last few days that required an assets library to come pre-populated with a collection of images.

A quick google seemed to only return results that referred to lists so I thought I’d put something out there that covered both!

Continue reading “Populate SharePoint Hosted Add-In Lists with Data”