- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 81字
- 2021-07-02 20:23:12
How it works...
We have created a new Twilio account and copied the account ID and App key into the App settings of the Azure Function app. These two settings will be used by the function app runtime to connect to the Twilio API for sending the SMS.
For the sake of simplicity, I have hardcoded the phone number in the output bindings. However, in real-work applications, you would send the SMS to the phone number provided by the end users.
推薦閱讀
- 騰訊iOS測試實踐
- SpringMVC+MyBatis快速開發(fā)與項目實戰(zhàn)
- ASP.NET Core 5.0開發(fā)入門與實戰(zhàn)
- Vue.js 2 and Bootstrap 4 Web Development
- 簡單高效LATEX
- Mastering SVG
- MATLAB圖像處理超級學習手冊
- R的極客理想:工具篇
- Java 9模塊化開發(fā):核心原則與實踐
- 琢石成器:Windows環(huán)境下32位匯編語言程序設計
- Getting Started with Gulp
- C語言程序設計教程
- C#開發(fā)案例精粹
- 算法設計與分析:基于C++編程語言的描述
- 深入解析Java編譯器:源碼剖析與實例詳解