azure-functions-python-worker icon indicating copy to clipboard operation
azure-functions-python-worker copied to clipboard

[FeatureRequest] Support container-level output binding for blob storage

Open shwars opened this issue 5 years ago • 2 comments

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

shwars avatar Mar 25 '21 15:03 shwars

@eamonoreilly fyi

leestott avatar May 14 '21 09:05 leestott

@cachai2 Let's see if we can make some progress on this next semester. This would help other bindings and languages too.

Related: #654

anthonychu avatar May 14 '21 23:05 anthonychu