JamesRandall / FunctionMonkey

Write more elegant Azure Functions with less boilerplate, more consistency, and support for REST APIs. Docs can be found at https://functionmonkey.azurefromthetrenches.com
MIT License
294 stars 50 forks source link

blob trigger input param as CloudBlockBlob #89

Open MikaTas opened 5 years ago

MikaTas commented 5 years ago

blob trigger params Stream & Name work.

Howabout CloudBlockBlob.. seems not working as input param. Plans to include it?

JamesRandall commented 5 years ago

I should be able to add that fairly straightforwardly - I'll take a look.

Thanks!