Skip to content

Commit d3ab431

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions-add-output-binding-python-v2.md

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

9-
Binding attributes are defined directly in the *function_app.py* file. You use the `queue_output` decorator to add an [Azure Queue storage output binding](/azure/azure-functions/functions-bindings-triggers-python#azure-queue-storage-output-binding).
9+
Binding attributes are defined by decorating specific function code in the *function_app.py* file. You use the `queue_output` decorator to add an [Azure Queue storage output binding](/azure/azure-functions/functions-bindings-triggers-python#azure-queue-storage-output-binding).
1010

1111
By using the `queue_output` decorator, the binding direction is implicitly 'out' and type is Azure Storage Queue. Add the following decorator to your function code in *function_app.py*:
1212

0 commit comments

Comments
 (0)