Skip to content

Files

Latest commit

 

History

History
9 lines (8 loc) · 674 Bytes

functions-add-storage-binding-intro.md

File metadata and controls

9 lines (8 loc) · 674 Bytes
author ms.service ms.topic ms.date ms.author
ggailey777
azure-functions
include
09/29/2019
glenga

Azure Functions lets you connect Azure services and other resources to functions without having to write your own integration code. These bindings, which represent both input and output, are declared within the function definition. Data from bindings is provided to the function as parameters. A trigger is a special type of input binding. Although a function has only one trigger, it can have multiple input and output bindings. To learn more, see Azure Functions triggers and bindings concepts.