Skip to content

Files

Latest commit

 

History

History
16 lines (12 loc) · 685 Bytes

functions-add-output-binding-ts-v4.md

File metadata and controls

16 lines (12 loc) · 685 Bytes
author ms.service ms.topic ms.date ms.author ms.custom
ggailey777
azure-functions
include
06/10/2022
glenga
devdivchpfy22

Add code that uses the output binding object on context.extraOutputs to create a queue message. Add this code before the return statement.

:::code language="typescript" range="27" source="~/functions-docs-javascript/functions-add-output-binding-storage-queue-cli-v4-programming-model-ts/src/functions/httpTrigger1.ts":::

At this point, your function could look as follows:

:::code language="typescript" source="~/functions-docs-javascript/functions-add-output-binding-storage-queue-cli-v4-programming-model-ts/src/functions/httpTrigger1.ts":::