Skip to content

Commit edb9fd3

Browse files
committed
Update minimum required version for Extension Bundle to 4.30.0 in orchestration versioning documentation
1 parent 2195f78 commit edb9fd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ The orchestration versioning feature operates on these core principles:
4343

4444
Before using orchestration versioning, ensure you have the required package versions for your programming language.
4545

46-
If you're using a non-.NET language (JavaScript, Python, PowerShell, or Java) with [extension bundles](../extension-bundles.md), your function app must reference **Extension Bundle version 4.26.0 or later**. Configure the `extensionBundle` range in `host.json` so that the minimum version is at least `4.26.0`, for example:
46+
If you're using a non-.NET language (JavaScript, Python, PowerShell, or Java) with [extension bundles](../extension-bundles.md), your function app must reference **Extension Bundle version 4.30.0 or later**. Configure the `extensionBundle` range in `host.json` so that the minimum version is at least `4.30.0`, for example:
4747

4848
```json
4949
{
5050
"version": "2.0",
5151
"extensionBundle": {
5252
"id": "Microsoft.Azure.Functions.ExtensionBundle",
53-
"version": "[4.26.0, 5.0.0)"
53+
"version": "[4.30.0, 5.0.0)"
5454
}
5555
}
5656
```

0 commit comments

Comments
 (0)