Skip to content

Commit 83a59e9

Browse files
authored
Merge pull request #116294 from mike-urnun-msft/patch-136
(Azure CXP) Adds a missing step
2 parents 11a082c + b2127a6 commit 83a59e9

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)