Skip to content

Commit 406b704

Browse files
authored
Merge pull request #126256 from ramonklu/patch-1
Document dataType property for function event hub trigger binding
2 parents 1d54674 + 7c91ace commit 406b704

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

includes/functions-bindings-event-hubs-trigger.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ The following table explains the trigger configuration properties that you set i
473473
|**consumerGroup** |An optional property that sets the [consumer group](../articles/event-hubs/event-hubs-features.md#event-consumers) used to subscribe to events in the hub. If omitted, the `$Default` consumer group is used. |
474474
|**cardinality** | Set to `many` in order to enable batching. If omitted or set to `one`, a single message is passed to the function.|
475475
|**connection** | The name of an app setting or setting collection that specifies how to connect to Event Hubs. See [Connections](#connections).|
476+
|**dataType** | An optional property that sets the type of the trigger input. Choose `string` or `binary` if the input is not valid JSON. |
476477

477478
# [Functions 1.x](#tab/functionsv1)
478479

0 commit comments

Comments
 (0)