Skip to content

Commit fa95dea

Browse files
authored
Merge pull request #310964 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 5e04546 + b755382 commit fa95dea

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)