-
Notifications
You must be signed in to change notification settings - Fork 21.8k
Document dataType property for function event hub trigger binding #126256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The 'dataType' property must be set to 'string' or 'binary' if the event hub input is not valid JSON.
@ramonklu : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit 7c91ace:
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
refreshing the build |
Learn Build status updates of commit 7c91ace: ✅ Validation status: passed
For more details, please refer to the build report. |
Can you review this old PR and determine whether it needs to be closed or merged? @MicrosoftDocs/public-repo-pr-review-team |
Adds the
dataType
property to the table of properties that can be defined when creating an EventHub trigger binding for a Function. ThedataType
property must be set tostring
orbinary
if the event hub input is not valid JSON.Text is based on the help label in the Function template