azure

sharepoint

Getting an App Only access token for SharePoint REST APIs

The SharePoint API only accepts access (bearer) tokens that have been acquired using client assertions. This article explains how to do that on protcol level.

Read
azure

Retrieving Azure Application Insights using Azure CLI

Azure Application Insights can be retrieved using the Azure CLI. Since we can authenticate with a client secret or certificate, the logs can be retrieved by a daemon app or background job.

Read
sharepoint

Syncing MS Graph Properties with SharePoint User Profile from Azure Function

In SharePoint Online only a predefined set of properties gets synchronized from the Azure Active Directory User object to the SharePoint User Profile. This article shows how to add additional User Profile properties using a timer-triggered Azure Function and surface them in SharePoin Search.

Read
sharepoint

Creating SharePoint Terms using the App Context with the new PnP Core SDK

Working with the new PnP Core SDK is quite straight forward. Creating terms in the context of an App is tricky... as it ever was.

Read