The standard input and output bindings in Azure Functions are written in a declarative pattern using the function.json. When defining input and output declarative, you do not have the option to change some of the bindings properties like the name or make multiple outputs from one input. An imperative binding can do this for you. In this blog post I’ll show how to use imperative blob bindings.
Continue reading “Azure Functions imperative bindings”
Azure Functions imperative bindings
Creating multiple blobs, move/rename blobs and delete blobs with advanced runtime bindings in Azure Functions.