Skip to content

Commit 87e722f

Browse files
committed
add note about selector in note
1 parent 164f2f7 commit 87e722f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-functions/durable/quickstart-js-vscode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ In this article, you learn how to use the Visual Studio Code Azure Functions ext
1919

2020
>[!NOTE]
2121
>The v4 programming model for authoring Functions in Node.js is currently in preview. Compared to the current v3 model, the v4 model is designed to have a more idiomatic and intuitive experience for JavaScript and TypeScript developers. To learn more, see the [Developer Reference Guide](../functions-reference-node.md).
22-
23-
Use the selector at the top to choose the programming model of your choice for completing this quickstart.
22+
>
23+
>Use the selector at the top to choose the programming model of your choice for completing this quickstart.
2424
2525
![Running durable function in Azure](./media/quickstart-js-vscode/functions-vs-code-complete.png)
2626

articles/azure-functions/durable/quickstart-ts-vscode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ In this article, you learn how to use the Visual Studio Code Azure Functions ext
1919

2020
>[!NOTE]
2121
>The v4 programming model for authoring Functions in Node.js is currently in Preview. Compared to the current v3 model, the v4 model is designed to have a more idiomatic and intuitive experience for JavaScript and TypeScript developers. To learn more, see the [Developer Reference Guide](../functions-reference-node.md).
22-
23-
Use the selector at the top to choose the programming model of your choice for completing this quickstart.
22+
>
23+
>Use the selector at the top to choose the programming model of your choice for completing this quickstart.
2424
2525
![Running durable function in Azure](./media/quickstart-js-vscode/functions-vs-code-complete.png)
2626

0 commit comments

Comments
 (0)