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

Fix stream blob storage with output bindings compilation error #163

Open rturnq opened 4 years ago

rturnq commented 4 years ago

Stream blob storage functions will fail to compile if you try to use output bindings with them because pluginFunctions cannot be found. This PR resolves that by adding it to the template.