Creating custom bindings for Azure Functions
In my opinion, one of the most extraordinary features of Azure Functions is its ability to declaratively connect to an external resource, and consume it within your function code without the needing to know very much about the underlying API.
This c...
cecilphillip.dev