azure

A 14-post collection

Securing Azure Functions with Azure Active Directory - Part 1

Creating an Azure Function with the Azure CLI 2.0 * Part 1 - Creating an Azure Function with the Azure CLI 2.0 * Part 2 - Securing an Azure Function with Azure Active Directory [https://peteskelly.com/secure-functions-aad-2/] * Part 3 - Creating an Angular Client Application [https://peteskelly.com/secure-functions-aad-3/] * Part 4 - Adding Azure Active Directory Group Claims Checks This is Part 1 of a multi-part post about consuming Azure Functions secured by Azure Active Directory....


Deploy an Azure Function App using Azure ARM Templates

The code for this post is part of the Azure Functions for SharePoint Github [https://github.com/InstantQuick/AzureFunctionsForSharePoint] project. Background About a month ago, Doug Ware [https://twitter.com/DougWare] introduced the Azure Functions for SharePoint (AFSP) [https://afspdocs.blob.core.windows.net/docs/index.html] open source project. The project's goal is to provide a set of common plumbing functions for scenarios shared by most SharePoint provider hosted add-ins implemented as Az...


Loading Shared CSX Files in Azure Functions

As I mentioned in a recent post [https://peteskelly.com/pnp-cmdlet-updates-and-azure-functions/], I have been spending some time getting to know Azure Functions lately. A friend and I are taking the opportunity to learn about Azure Functions and build something that will help us with activities related to the community conferences we organize. As always, this is more of a breadcrumb trail for me, but leave a comment if this helps you! I'd love to hear from you. Why Do We Need Shared CSX Code? T...


Office PnP Cmdlet Updates and Azure Functions

Office PnP Cmdlets Now Use *-PnP* Prefix tl;dr; If you have not been paying attention, the (awesome) PowerShell PnP Cmdlets are undergoing a big change. How do I know this you might ask? Well, I could have found this out the easy way by reviewing the 2nd November PnP recording information from Vesa Juvonen [https://techcommunity.microsoft.com/t5/SharePoint-Developer/SharePoint-Patterns-amp-Practices-PnP-Core-and-PnP-PowerShell/m-p/27100/highlight/true#M764] . However, as I often do, I learned th...