- 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.
推薦閱讀
- Advanced Machine Learning with Python
- Spring Cloud Alibaba微服務架構設計與開發實戰
- Visual FoxPro程序設計教程
- 程序員面試算法寶典
- Python GUI Programming Cookbook
- Mastering Ubuntu Server
- Java虛擬機字節碼:從入門到實戰
- 單片機應用技術
- Mastering Yii
- Building Mapping Applications with QGIS
- Java Web應用開發技術與案例教程(第2版)
- Blender 3D Incredible Machines
- Hands-On Automation Testing with Java for Beginners
- Java SE實踐教程
- .NET 4.5 Parallel Extensions Cookbook