Skip to content

Commit 7bc9ce4

Browse files
committed
Merge remote-tracking branch 'eamon/eventhubsextension' into fixup
2 parents e74fe5d + 66655ce commit 7bc9ce4

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
@@ -77,6 +77,16 @@ Version 1.x of the Functions runtime doesn't support running in an isolated work
7777

7878
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].
7979

80+
# [Bundle v4.x](#tab/extensionv5)
81+
82+
[!INCLUDE [functions-bindings-supports-identity-connections-note](functions-bindings-supports-identity-connections-note.md)]
83+
84+
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:
85+
86+
[!INCLUDE [functions-extension-bundles-json-v4](./functions-extension-bundles-json-v4.md)]
87+
88+
To learn more, see [Update your extensions].
89+
8090
# [Bundle v3.x](#tab/extensionv5)
8191

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

0 commit comments

Comments
 (0)