Skip to content

Conversation

ejizba
Copy link
Contributor

@ejizba ejizba commented Nov 10, 2023

Fixes #179

Repro steps:

  1. Have two functions triggered by the same thing
  2. Create an output binding as a const
  3. Use the same output binding as the return in one function and as an extraOutput in the other

Expected: Both output bindings work
Actual: The return output binding works and the extraOutput one doesn't set the output

End-to-end test (with sample code) here: Azure/azure-functions-nodejs-e2e-tests#30

@ejizba ejizba merged commit 6e78a78 into v4.x Nov 13, 2023
@ejizba ejizba deleted the ej/bug branch November 13, 2023 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

app.storageBlob extraOutput w/ queue binding not working

2 participants