Azure Functions: Output Bindings
This is the seventh article in this series on Azure Functions. In this article we will take a look at output bindings.
The general pattern of a function is: receive data from some source, process it in some way and send it to some destination. Bindin...
blog.cloudbuff.in3 min read