Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 564 Bytes

functions-add-storage-binding-csharp-library-code.md

File metadata and controls

15 lines (11 loc) · 564 Bytes
author ms.service ms.topic ms.date ms.author
ggailey777
azure-functions
include
07/05/2019
glenga

Add code that uses the msg output binding object to create a queue message. Add this code before the method returns.

:::code language="csharp" range="28-32" source="~/functions-docs-csharp/functions-add-output-binding-storage-queue-cli/HttpExample.cs" :::

At this point, your function should look as follows:

:::code language="csharp" source="~/functions-docs-csharp/functions-add-output-binding-storage-queue-cli/HttpExample.cs" range="14-36":::