Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.51 KB

functions-bindings.md

File metadata and controls

20 lines (16 loc) · 1.51 KB
Type Service Trigger* Input Output
Schedule Azure Functions
HTTP (REST or webhook) Azure Functions ✔**
Blob Storage Azure Storage
Events Azure Event Hubs
Queues Azure Storage
Queues and topics Azure Service Bus
Storage tables Azure Storage
SQL tables Azure Mobile Apps
No-SQL DB Azure DocumentDB
Push Notifications Azure Notification Hubs
Twilio SMS Text Twilio
SendGrid email SendGrid

(* - All triggers have associated input data)

(** - The HTTP output binding requires an HTTP trigger)