azure-functions-python-worker
azure-functions-python-worker copied to clipboard
[FeatureRequest] Support container-level output binding for blob storage
There are some scenarios when we need to output several files from Azure function into blob storage. In this case, it would be convenient to be able to bind to output blob container declaratively, and then write multiple files to it. Similar to the way multiple rows of table can we written when dealing with Azure tables output binding in C# using IWriter. Related to #652. /cc @stefanushinardi @dariagrigoriu
@eamonoreilly fyi
@cachai2 Let's see if we can make some progress on this next semester. This would help other bindings and languages too.
Related: #654