Skip to content

Commit 0d43360

Browse files
authored
Merge pull request #114244 from anthonychu/20200506-update-durable-js-quickstart
Update compatibility mode durable js quickstart
2 parents bc554ef + 0d50145 commit 0d43360

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@ description: Create and publish an Azure Durable Function using Visual Studio Co
44
author: anthonychu
55

66
ms.topic: quickstart
7-
ms.date: 03/24/2020
7+
ms.date: 05/07/2020
88
ms.reviewer: azfuncdf, antchu
99
---
1010

1111
# Create your first durable function in JavaScript
1212

1313
*Durable Functions* is an extension of [Azure Functions](../functions-overview.md) that lets you write stateful functions in a serverless environment. The extension manages state, checkpoints, and restarts for you.
1414

15-
[!INCLUDE [v1-note](../../../includes/functions-durable-v1-tutorial-note.md)]
16-
1715
In this article, you learn how to use the Visual Studio Code Azure Functions extension to locally create and test a "hello world" durable function. This function will orchestrate and chain together calls to other functions. You then publish the function code to Azure.
1816

1917
![Running durable function in Azure](./media/quickstart-js-vscode/functions-vs-code-complete.png)
@@ -57,7 +55,7 @@ Visual Studio Code installs the Azure Functions Core Tools, if needed. It also c
5755

5856
A package.json file is also created in the root folder.
5957

60-
### Enable Azure Functions V2 compatibility mode
58+
### Enable compatibility mode
6159

6260
Currently, JavaScript Durable Functions require Azure Functions V2 compatibility mode to be enabled.
6361

@@ -200,7 +198,7 @@ After you've verified that the function runs correctly on your local computer, i
200198

201199
[!INCLUDE [functions-publish-project-vscode](../../../includes/functions-publish-project-vscode.md)]
202200

203-
### Enable Azure Functions V2 compatibility mode
201+
### Enable compatibility mode
204202

205203
The same Azure Functions V2 compatibility that you enabled locally needs to be enabled in the app in Azure.
206204

0 commit comments

Comments
 (0)