Closed
Description
Originally posted here: Azure/azure-functions-host#4335
In the above issue, it was expected that context.bindings
should include output binding names as well as input/trigger binding data. Although we could add output binding names to context.bindings
, this issue is to track improvements around the organization and duplication of input and output binding data.
This issue tracks future breaking changes to the context object's properties
@JamieMagee as FYI. If you could also let us know what your expectations around output bindings were, and what confused you the most, it would be helpful!