Full Progressive WebApps support in SharePoint!?

EDIT: I havent been able to get this to work reliably. The manifest is not always installed correctly because of a CORS error, haven't found a solution yet. Quick post to show something I just found out. Seems like the W3C recently introduced the .webmanifest extension for Progressive WebApp manifest…

Actionable email with HTTP Post action to Microsoft Flow

This is a short post showing how to collect button clicks from an actionable email that contains an adaptive card. In http://www.msclouddeveloper.com/finishing-the-support-incident-scenario I show how to send back an adaptive card in an email. But I also say that I hadn't succeeded yet in using a…

SharePoint Online supports Markdown!

SharePoint is full of surprises. Turns out there is some support for Markdown files already! Just upload a markdown file (a normal text file with extension .md) into a document library and then click on the file. You'll get the inline text file viewer that's showing Markdown! Image and link…

PnP PowerShell in Azure Automation tips

A few quick tips for running PnP PowerShell in Azure Automation in this article. Firstly, you might run into AA runbooks constantly stopping suddenly and then restarting. They do this three times and then finally fail completely. I've noticed this happens when you do not catch the return objects from…