Skip to content

Commit 7c91ace

Browse files
authored
Document dataType property for function event hub trigger binding
The 'dataType' property must be set to 'string' or 'binary' if the event hub input is not valid JSON.
1 parent 97359f8 commit 7c91ace

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
@@ -444,6 +444,7 @@ The following table explains the trigger configuration properties that you set i
444444
|**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. |
445445
|**cardinality** | Set to `many` in order to enable batching. If omitted or set to `one`, a single message is passed to the function.|
446446
|**connection** | The name of an app setting or setting collection that specifies how to connect to Event Hubs. See [Connections](#connections).|
447+
|**dataType** | An optional property that sets the type of the trigger input. Choose `string` or `binary` if the input is not valid JSON. |
447448

448449
# [Functions 1.x](#tab/functionsv1)
449450

0 commit comments

Comments
 (0)