© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2021
A. Satapathi, A. MishraHands-on Azure Functions with C#https://doi.org/10.1007/978-1-4842-7122-3_4

4. OTP Mailer with Queue Storage Trigger and SendGrid Binding

Ashirwad Satapathi1   and Abhishek Mishra2
(1)
Gajapati, Odisha, India
(2)
Mumbai, Maharashtra, India
 

You may encounter scenarios where you need to invoke Azure Functions whenever a Queue Storage gets a message. Azure Functions will pick the message from the Queue Storage and process it. You may also have scenarios where you have to execute an Azure function’s business logic and then send an email from an Azure function. You can use a Queue Storage trigger to invoke an Azure function and a SendGrid output ...

Get Hands-on Azure Functions with C#: Build Function as a Service (FaaS) Solutions now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.