December 2019
Intermediate to advanced
494 pages
11h 41m
English
Another optional but cool feature of Azure Functions are bindings. With bindings, you can bind input and output values to Azure resources. For example, in our first example, we triggered a queue message, which we then wrote to a blob manually. What if I told you we could do this with just a single line of code? In the upcoming section, we'll learn how to add bindings in the portal.