- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 191字
- 2021-03-26 16:09:01
Introduction
One of the key features required for the smooth running of business applications is to have a reliable communication system between the business and its customers. The communication channel usually operates two-way, by either sending a message to the administrators managing the application or by sending alerts to customers via emails or SMS to their mobile phones.
Azure can integrate with two popular communication services: SendGrid for emails, and Twilio for working with text messages. In this chapter, we will learn how to leverage both of these communication services to send messages between business administrators and end users.
Figure 2.1 is the architecture that we will be using for utilizing SendGrid and Twilio Output Bindings with HTTP and queue triggers:
- Client applications (web/mobile) make Http Requests, which trigger the Http Trigger.
- The Http Trigger creates a message to the Queue.
- A Queue Trigger is invoked as soon as a message arrives at the queue.
- Send Grid Output Bindings is executed.
- An Email is sent to the end user.
- Twilio Output Bindings is executed.
- An SMS is sent to the end user:
Figure 2.1: Architecture of SendGrid and Twilio output bindings
- pcDuino開發(fā)實戰(zhàn)
- Learning OpenDaylight
- Linux從零開始學(視頻教學版)
- 新手易學:系統(tǒng)安裝與重裝
- 循序漸進學Docker
- 高性能Linux服務器構建實戰(zhàn):系統(tǒng)安全、故障排查、自動化運維與集群架構
- 新手學電腦從入門到精通(Windows 10+Office 2016版)
- Linux自動化運維:Shell與Ansible(微課版)
- 注冊表應用完全DIY
- NetDevOps入門與實踐
- 操作系統(tǒng)分析
- VMware Horizon View Essentials
- INSTANT Galleria Howto
- Agile IT Security Implementation Methodology
- CSS揭秘