Tag: AzureFunctions
30 posts.
-
ApolloServer, AzureFunctions and local debugging
I wanted to jog down some notes that’ll help with local debugging of Apollo Server with Azure Functions. Firstly, due to changes to Azure API routing -...
-
Running Serverless Apollo GraphQL on AzureFunctions with cheap Azure Blob Table database(s)
Merry Christmas holidays and happy new years. This is a bit of a holiday reading, I wanted to start by give you the sense of what I’ve been tinkering as an...
-
Presentations at the Digital Workplace Conference Australia 2019 I’m looking forward to
It’s really exciting for me to be back at the Digital Workplace Conference again in 2019, this is one of the first major conferences that I was very...
-
Decode InfoPath attachments with a bit of JS AzureFunctions
Serge, April and me were discussing a problem with pulling out InfoPath Attachment from InfoPath form XML and writing them into a SharePoint document...
-
From Office 365 to Azure Event Grid, the events must Flow
[caption id="" align="alignnone" width="2500"] Photo by Archana More on Unsplash [/caption] In this blog post, we capture all the events across an Office...
-
Speaking and Hackathon at Digital Workplace Conference Australia - Melbourne
In a little less than a month on August 15-16, I'll be presenting in Melbourne at the Digital Workplace Conference Australia 2018. www.dwcau.com.au (I still...
-
Run Any PnP-PowerShell via Drag and Drop Zip to AzureFunctions
So I previously asked aloud "Can we simplify this further" - It turns out you can. You can deploy a PnP-PowerShell from scratch in 1 minute. And since we...
-
Run any PnP-PowerShell in one AzureFunction from Microsoft Flow
Are you missing a SharePoint connector in Flow? Do you need that one extra thing that's only in PnP-PowerShell (because there are 300 cmdlets in...
-
Two complementary MicrosoftFlow podcasts in March, and Two Plateaus of MicrosoftFlow
I finished listening to the Hyperfish Microsoft Flow podcast from Jon Levesque and Jeremy Thake this morning, this was recorded around the same time where I...
-
Betting on 2018 - level up our Serverless in Azure
A recent conversation got me thinking about making some predictions for 2018. This isn't so much a "ha look I'm right in 2019" post. This is more about...
-
Office 365 Groups management as a service - Flow, Functions and MSGraph
Because Office 365 Groups is a key component of group membership in Office 365, there will always be an evolving story on how to manage it, extend it,...
-
I'm speaking about Serverless Flow and Azure Functions at Collab365 Free Online Conference
Have you heard about the virtual Collab365 Global Conference 2017 that’s streaming online November 1st – 2nd? Join me and 120 other speakers from around the...
-
Serverless connect-the-dots: MP3 to WAV via ffmpeg.exe in AzureFunctions, for PowerApps and Flow
There's no good title to this post, there's just too many pieces we are connecting. So, a problem was in my todo list for a while - I'll try to describe the...
-
One Connection to Proxy Them All - Microsoft Flow with Azure Functions Proxies
Office 365 licensed PowerApps and Microsoft Flow lets you have 1 custom connection. I think that's cute. I also think that limitation is absurd, considering...
-
Speaking at Digital Workplace Conference Australia 2017
I'll be speaking at the Digital Workplace Conference Australia ! 23-24 August in Sydney. This is a conference that's near and dear to me - and I've had...
-
Reusing functions in PowerShell AzureFunctions
This is a pretty simple blog. Take one of the examples I've been using often: https://github.com/johnnliu/azure-functions-o365/blob/master/sharepoint-list-em...
-
AzureFunctions Work Fan-out with Azure Queue in PowerShell
So I really like using PnP-PowerShell to chain up and perform complex operations in Office 365, and linking them up with AzureFunctions and Flow. Scenario -...
-
Are you Cloud-Curious or Cloud-Serious? Azure Functions in DWCNZ 2017
I had a fantastic time at Digital Workplace Conference in NZ. Highlight Sessions Keynote by Sarah Bowden on Digital Transformation And Christian Buckley 's...
-
Taking a picture with PowerApps and sending to SharePoint with help of Azure Functions
Sometimes, after having written a selfie app in Silverlight (SharePoint 2010) , JavaScript (SharePoint 2013), even an Add-in (SharePoint Online) , you want...
-
April PnP JavaScript special interest group call and Azure Functions demos
Shortly after the March Azure Functions demo , I reached out and asked Patrick about coming back to do a follow up focused on JavaScript - specifically...
-
March PnP special interest group call and Azure Functions demos
On March 22, I put my hand up to do demos for the Office Patterns and Practices Special Interest Group conference call. We talked about Azure Functions with...
-
O365 Customizations in the year 2017
It is the year 2017 - watch out, because O365 customizations are full speed ahead. This is a MS Australia Ignite 'lightning talk' for Meetup Madness (sorry,...
-
AzureFunctions, PowerShell, MS Graph and AppOnly permission
In a previous blog post , I wrote about connecting to Microsoft Graph with Resource Owner grant. That particular authentication scheme is for delegate...
-
Where is SharePoint Customization going in 2017
I'm actually pretty terrible at gambling the future of Technology. But I like writing these posts because it makes me sit down and think. User Experience:...
-
Azure Functions and Punch Cards
This is apparently a computer story, but is actually also very much a human story. In which we explore the relationship between Azure Functions and Punch...
-
Interact with Graph and make O365 Groups with AzureFunctions PowerShell
In this post, we talk about how to get an access_token in PowerShell to talk to the Microsoft Graph, so we can run automated non-interactive scripts in...
-
Running OfficeDev PnP cmdlets in 32bit AzureFunctions
Some recent changes with AzureFunction created a small problem - x64 functions are not available in the starter-consumption plans. The situation is not game...
-
Build your PnP Site Provisioning with PowerShell in Azure Functions and run it from Flow
What if I tell you - you can build your own Azure Function and use PnP to provision SharePoint Online sites without firing up Visual Studio? What if I tell...
-
Working with SharePoint WebHooks with JavaScript using an Azure Function
This blog post covers additional explanation on how to subscribe to SharePoint WebHooks and have it running with only JavaScript in Azure Functions. The...
-
Azure Functions, JS and App-Only Updates to SharePoint Online
Have you ever, really wanted to have your JavaScript perform a RunWithElevatedPrivileges against SharePoint Online? Do something that the current user just...