Skip to content

Commit 68f4c12

Browse files
authored
1 parent 6c33513 commit 68f4c12

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

articles/azure-functions/functions-bindings-event-iot-trigger.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ For information on setup and configuration details, see the [overview](functions
1717
1818
[!INCLUDE [functions-bindings-event-hubs](../../includes/functions-bindings-event-hubs-trigger.md)]
1919

20+
## Connections
21+
22+
The `connection` property is a reference to environment configuration that contains name of an application setting containing a [connection string](#connection-string). Obtain this connection string by selecting the **Connection Information** button for the [namespace](../event-hubs/event-hubs-create.md#create-an-event-hubs-namespace), not the event hub itself. The connection string must be for an Event Hubs namespace, not the event hub itself.
23+
24+
The connection string must have at least "read" permissions to activate the function.
25+
26+
This connection string should be stored in an application setting with a name matching the value specified by the `connection` property of the binding configuration.
27+
28+
> [!NOTE]
29+
> Identity-based connections aren't supported by the IoT Hub trigger.
30+
2031
## host.json properties
2132

2233
The [host.json](functions-host-json.md#eventhub) file contains settings that control Event Hub trigger behavior. See the [host.json settings](functions-bindings-event-iot.md#hostjson-settings) section for details regarding available settings.

0 commit comments

Comments
 (0)