You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/functions-add-output-binding-example-all-languages.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
author: ggailey777
3
3
ms.service: azure-functions
4
4
ms.topic: include
5
-
ms.date: 08/18/2023
5
+
ms.date: 03/06/2024
6
6
ms.author: glenga
7
7
---
8
8
@@ -44,13 +44,13 @@ Messages are sent to the queue when the function completes. The way you define t
44
44
Formoreinformation, includinglinkstoexamplebindingcodethatyoucanreferto, see [Addbindingstoafunction](../articles/azure-functions/add-bindings-existing-function.md?tabs=java#manually-add-bindings-based-on-examples).
ThewayyoudefinetheoutputbindingdependsontheversionofyourNode.jsmodel. Formoreinformation, includinglinkstoexamplebindingcodethatyoucanreferto, see [Addbindingstoafunction](../articles/azure-functions/add-bindings-existing-function.md?tabs=javascript#manually-add-bindings-based-on-examples).
@@ -74,13 +74,15 @@ For more information, including links to example binding code that you can refer
74
74
ThewayyoudefinetheoutputbindingdependsontheversionofyourPythonmodel. Formoreinformation, includinglinkstoexamplebindingcodethatyoucanreferto, see [Addbindingstoafunction](../articles/azure-functions/add-bindings-existing-function.md?tabs=python#manually-add-bindings-based-on-examples).
ThewayyoudefinetheoutputbindingdependsontheversionofyourNode.jsmodel. Formoreinformation, includinglinkstoexamplebindingcodethatyoucanreferto, see [Addbindingstoafunction](../articles/azure-functions/add-bindings-existing-function.md?tabs=typescript#manually-add-bindings-based-on-examples).
0 commit comments