Skip to content

Commit b03c1c3

Browse files
committed
Functions - storage queue - JS/TS
1 parent b005178 commit b03c1c3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

articles/azure-functions/functions-develop-vs-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: how-to
55
ms.devlang: csharp
66
# ms.devlang: csharp, java, javascript, powershell, python
77
ms.custom: devdivchpfy22, vscode-azure-extension-update-complete, devx-track-extended-java, devx-track-js, devx-track-python, ignite-2023, devx-track-ts
8-
ms.date: 07/17/2024
8+
ms.date: 05/27/2025
99
zone_pivot_groups: programming-languages-set-functions
1010
#Customer intent: As an Azure Functions developer, I want to understand how Visual Studio Code supports Azure Functions so that I can more efficiently create, publish, and maintain my Functions projects.
1111
---

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ For more information, including links to example binding code that you can refer
4646
::: zone pivot="programming-language-javascript"
4747
### [v4](#tab/node-v4)
4848

49-
Example binding for Node.js model v4 not yet available.
49+
:::code language="javascript" source="~/functions-add-output-binding-storage-queue-cli-v4-programming-model/src/functions/httpTrigger1.js":::
50+
5051

5152
### [v3](#tab/node-v3)
5253
:::code language="json" source="~/functions-docs-javascript/functions-add-output-binding-storage-queue-cli/HttpExample/function.json" highlight="18-24" :::
@@ -76,7 +77,7 @@ The way you define the output binding depends on the version of your Python mode
7677
::: zone pivot="programming-language-typescript"
7778
### [v4](#tab/node-v4)
7879

79-
Example binding for Node.js model v4 not yet available.
80+
:::code language="typescript" source="~/functions-add-output-binding-storage-queue-cli-v4-programming-model-ts/src/functions/httpTrigger1.ts":::
8081

8182
### [v3](#tab/node-v3)
8283

0 commit comments

Comments
 (0)