Skip to content

Commit 4e46edd

Browse files
committed
Add extensionBundle configuration to host.json for Azure Functions
1 parent d7490cb commit 4e46edd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples-v2/orchestration_versioning/host.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@
1212
"durableTask": {
1313
"defaultVersion": "1.0"
1414
}
15+
},
16+
"extensionBundle": {
17+
"id": "Microsoft.Azure.Functions.ExtensionBundle",
18+
"version": "[4.26.0, 5.0.0)"
1519
}
1620
}

0 commit comments

Comments
 (0)