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.
Azure Functions is a handy solution that allows you to focus on just the functionality your code needs to perform, and not how to package and deploy your application. You just write your functionality as 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.