Skip to content

Commit 06e5929

Browse files
authored
Fix anchor link
1 parent bbe6ca8 commit 06e5929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For information on setup and configuration details, see the [overview](functions
1919

2020
## Connections
2121

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.
22+
The `connection` property is a reference to environment configuration that contains name of an application setting containing a connection string. You can get this connection string by selecting the **Connection Information** button for the [namespace](../event-hubs/event-hubs-create.md#create-an-event-hubs-namespace). The connection string must be for an Event Hubs namespace, not the event hub itself.
2323

2424
The connection string must have at least "read" permissions to activate the function.
2525

0 commit comments

Comments
 (0)