Skip to content

Commit 7c1984e

Browse files
committed
Clarify SDK package requirements for orchestration versioning in non-.NET languages
1 parent edb9fd3 commit 7c1984e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

articles/azure-functions/durable/durable-functions-orchestration-versioning.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ If you're using a non-.NET language (JavaScript, Python, PowerShell, or Java) wi
5757

5858
See the [extension bundle configuration documentation](../extension-bundles.md) for details on choosing and updating bundle versions.
5959

60+
In addition to the extension bundle requirement for non-.NET languages, you also need to use the minimum version of the language-specific SDK package listed below. Both the extension bundle and the SDK package are required for orchestration versioning to work correctly.
61+
6062
# [C#](#tab/csharp)
6163

6264
Use `Microsoft.Azure.Functions.Worker.Extensions.DurableTask` version [1.14.0](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.DurableTask/1.14.0) or later.

0 commit comments

Comments
 (0)