MENU

Fun & Interesting

Send Email with SendGrid 9 - Azure Function Binding

C# Artisan 38 lượt xem 2 weeks ago
Video Not Working? Fix It Now

Azure Functions are Microsoft's serverless compute construct. Every Azure Function has an input binding which is the trigger or event that causes the function to execute. Azure Functions also have optional output bindings which create actions or results from an Azure Function. It turns out that sending a SendGrid email message is one of the possible Azure Function output bindings! In this video we try, with limited success, to make these SendGrid output bindings work.

Comment