Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 882 Bytes

functions-twilio-integration.md

File metadata and controls

16 lines (14 loc) · 882 Bytes
author ms.service ms.topic ms.date ms.author
ggailey777
azure-functions
include
09/04/2018
glenga

This sample involves using the Twilio service to send SMS messages to a mobile phone. Azure Functions already has support for Twilio via the Twilio binding, and the sample uses that feature.

The first thing you need is a Twilio account. You can create one free at https://www.twilio.com/try-twilio. Once you have an account, add the following three app settings to your function app.

App setting name Value description
TwilioAccountSid The SID for your Twilio account
TwilioAuthToken The Auth token for your Twilio account
TwilioPhoneNumber The phone number associated with your Twilio account. This is used to send SMS messages.