Azure / azure-functions-host

The host/runtime that powers Azure Functions
https://functions.azure.com
MIT License
1.92k stars 441 forks source link

Binding Extension Errors in OOP Languages #2012

Open mamaso opened 6 years ago

mamaso commented 6 years ago

For example, in node:

https://github.com/Azure-Samples/azure-serverless-workshop-team-assistant/tree/master/5-voting-service

If you create a CosmoDB binding and fail to install the extension, the function will still execute without errors. We need to raise the error or a warning if unexpected items are found in context.bindings

christopheranderson commented 6 years ago

@fabiocav, @MikeStall - isn't this a problem for all languages, even C#? I understand dotnet assemblies probably have them bundled, but C# script would have some issues here, right?