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