Skip to content

Commit 8bf8b63

Browse files
authored
Swap v3 and v4 tabs for Node.js
1 parent acd9aaf commit 8bf8b63

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

includes/functions-add-output-binding-example-all-languages.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: ggailey777
33
ms.service: azure-functions
44
ms.topic: include
5-
ms.date: 08/18/2023
5+
ms.date: 03/06/2024
66
ms.author: glenga
77
---
88

@@ -44,13 +44,13 @@ Messages are sent to the queue when the function completes. The way you define t
4444
For more information, including links to example binding code that you can refer to, see [Add bindings to a function](../articles/azure-functions/add-bindings-existing-function.md?tabs=java#manually-add-bindings-based-on-examples).
4545
::: zone-end
4646
::: zone pivot="programming-language-javascript"
47-
### [v3](#tab/node-v3)
48-
:::code language="json" source="~/functions-docs-javascript/functions-add-output-binding-storage-queue-cli/HttpExample/function.json" highlight="18-24" :::
49-
5047
### [v4](#tab/node-v4)
5148

5249
Example binding for Node.js model v4 not yet available.
5350

51+
### [v3](#tab/node-v3)
52+
:::code language="json" source="~/functions-docs-javascript/functions-add-output-binding-storage-queue-cli/HttpExample/function.json" highlight="18-24" :::
53+
5454
---
5555

5656
The way you define the output binding depends on the version of your Node.js model. For more information, including links to example binding code that you can refer to, see [Add bindings to a function](../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
7474
The way you define the output binding depends on the version of your Python model. For more information, including links to example binding code that you can refer to, see [Add bindings to a function](../articles/azure-functions/add-bindings-existing-function.md?tabs=python#manually-add-bindings-based-on-examples).
7575
::: zone-end
7676
::: zone pivot="programming-language-typescript"
77-
### [v3](#tab/node-v3)
78-
:::code language="json" source="~/functions-docs-javascript/functions-add-output-binding-storage-queue-cli/HttpExample/function.json" highlight="18-24":::
79-
8077
### [v4](#tab/node-v4)
8178

8279
Example binding for Node.js model v4 not yet available.
8380

81+
### [v3](#tab/node-v3)
82+
83+
:::code language="json" source="~/functions-docs-javascript/functions-add-output-binding-storage-queue-cli/HttpExample/function.json" highlight="18-24":::
84+
8485
---
86+
8587
The way you define the output binding depends on the version of your Node.js model. For more information, including links to example binding code that you can refer to, see [Add bindings to a function](../articles/azure-functions/add-bindings-existing-function.md?tabs=typescript#manually-add-bindings-based-on-examples).
86-
::: zone-end
88+
::: zone-end

0 commit comments

Comments
 (0)