Skip to content

Commit b2127a6

Browse files
authored
(Azure CXP) Adds a missing step
resolves MicrosoftDocs/azure-docs#48360
1 parent 11a082c commit b2127a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-functions/durable/durable-functions-create-portal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ If you are creating JavaScript Durable Functions, you'll need to install the [`d
5252
4. Once your `package.json` is uploaded, run the `npm install` command from the Kudu Remote Execution Console.
5353

5454
![Kudu run npm install](./media/durable-functions-create-portal/kudu-npm-install.png)
55+
56+
5. Lastly, (enable compatibility mode)[https://docs.microsoft.com/en-us/azure/azure-functions/durable/quickstart-js-vscode#enable-compatibility-mode-1] by adding an app setting `FUNCTIONS_V2_COMPATIBILITY_MODE` with value of `true`.
5557

5658
## Create an orchestrator function
5759

0 commit comments

Comments
 (0)