Azure Functions
Sending E-mails with SendGrid and Azure Functions
This article shows you how you can send e-mails based on dynamic templates in SendGrid using durable Azure Functions. Sample code available on GitHub.
This article shows you how you can send e-mails based on dynamic templates in SendGrid using durable Azure Functions. Sample code available on GitHub.
We’re soon switching over to the year 2020, and I’d like to do a short recap of 2019. In fact, I’d like to go a bit further back, about 2,5 years, when I started working Read more…
A while ago I ran across this article about serverless computing. The article discusses the cost structure for Azure Functions, one of the serverless offerings in Azure. The Motivation for Serverless To me, the real Read more…
Azure Functions is a solution that allows you to publish pieces of functionality as functions. This post outlines a few things I think are good to know when building function applications.