March 20th, 2020
Using Azure Function Apps to process Blob Storage event triggers
A tutorial on how to use Azure App Functions to process blob event triggers from Azure Blob Storage using only command line tools and Javascript.
August 24th, 2020
Send email notifications from Event Grid triggers.
Following up on our previous post, here we add a Event Grid triggered function to send an email notification when a blob is created.