JohnReeson
JohnReeson
See the sample of [local.settings.json](https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#local-settings-file). It says >The --port command-line option takes precedence over this value. Is it the reason that LocalHttpPort doesn't work in VS(set --port 7071 somewhere by...
Looks like only String, byte[], and POJO is supported for blobtrigger, so the entire blob contents are loaded into memory. Is it possible that java worker adds datatype like `CloudBlockBlob`,...
A [similar issue](https://github.com/Azure/azure-functions-host/issues/85) in function host repository.