Skip to content

Commit 8a604c0

Browse files
vmageloggailey777
andauthored
Update includes/functions-add-output-binding-json.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 0ac85c4 commit 8a604c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions-add-output-binding-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 09/23/2019
66
ms.author: glenga
77
---
88

9-
Binding attributes are defined directly in the *function.json* file. Depending on the binding type, additional properties may be required. The [queue output configuration](../articles/azure-functions/functions-bindings-storage-queue-output.md#configuration) describes the fields required for an Azure Storage queue binding. The extension makes it easy to add bindings to the *function.json* file.
9+
Binding attributes are defined in the *function.json* file for a given function. Depending on the binding type, additional properties may be required. The [queue output configuration](../articles/azure-functions/functions-bindings-storage-queue-output.md#configuration) describes the fields required for an Azure Storage queue binding. The extension makes it easy to add bindings to the *function.json* file.
1010

1111
To create a binding, right-click (Ctrl+click on macOS) the `function.json` file in your HttpTrigger folder and choose **Add binding...**. Follow the prompts to define the following binding properties for the new binding:
1212

0 commit comments

Comments
 (0)