Azure / Azure/azure-functions-host
Support Dynamic Binding scenarios (non .NET languages)
Open
enhancement
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 37
Description
At first I understood that we could pass somme parameters to the bindings `out` in `function.json` (`{name}` is used in your samples) by adding them in the object passed to the `done` function but it seems that these parameters are taken from the original input message. Do you think it would be possible to use the object passed to `done` as parameters for output binding? (could be used to define the blob name, the content, etc)
Contributor guide
Assessment
This issue has not been assessed yet.