Skip to content

Commit a966425

Browse files
committed
clear up versioning confusion
1 parent d6d1c8f commit a966425

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/azure-functions/durable/durable-functions-node-model-upgrade.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ Before following this guide, make sure you follow these steps first:
3434

3535
## Upgrade the `durable-functions` npm package
3636

37-
The v4 programming model is supported by the v3.x of the `durable-functions` npm package. In v3, you likely had `durable-functions` v2.x listed in your dependencies. Make sure to update to the (currently in preview) v3.x of the package.
37+
>[!NOTE]
38+
>The programming model version should not be confused with the `durable-functions` package version. `durable-functions` package version 3.x is required for the v4 programming model, while `durable-functions` version 2.x is required for the v3 programming model.
39+
40+
The v4 programming model is supported by the v3.x of the `durable-functions` npm package. In your programming model v3 app, you likely had `durable-functions` v2.x listed in your dependencies. Make sure to update to the (currently in preview) v3.x of the `durable-functions` package.
3841

3942
>[!TIP]
4043
> Upgrade to the preview v3.x of the `durable-functions` npm package. You can do this with the following command:

0 commit comments

Comments
 (0)