Skip to content

Commit 66655ce

Browse files
committed
Update Event Hubs to use latest extension bundle by default
1 parent ee8f08c commit 66655ce

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

includes/functions-bindings-event-hubs.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,16 @@ Version 1.x of the Functions runtime doesn't support running in an isolated work
7575

7676
The Event Hubs extension is part of an [extension bundle], which is specified in your host.json project file. You may need to modify this bundle to change the version of the binding, or if bundles aren't already installed. To learn more, see [extension bundle].
7777

78+
# [Bundle v4.x](#tab/extensionv5)
79+
80+
[!INCLUDE [functions-bindings-supports-identity-connections-note](functions-bindings-supports-identity-connections-note.md)]
81+
82+
You can add this version of the extension from the extension bundle v4 by adding or replacing the following code in your `host.json` file:
83+
84+
[!INCLUDE [functions-extension-bundles-json-v4](./functions-extension-bundles-json-v4.md)]
85+
86+
To learn more, see [Update your extensions].
87+
7888
# [Bundle v3.x](#tab/extensionv5)
7989

8090
[!INCLUDE [functions-bindings-supports-identity-connections-note](functions-bindings-supports-identity-connections-note.md)]

0 commit comments

Comments
 (0)