This chapter teaches you two main components of Azure Functions: triggers and bindings.
Overview of triggers and bindings
Register binding extensions
Binding expression patterns
Creating an Azure Blob Storage–triggered function
Overview of Triggers and Bindings
A trigger defines the external event that can invoke the Azure function. Each function can have only one trigger. Triggers usually carry data associated with the ...