Skip to content
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

Change node event hub cardinality #430

Merged
merged 1 commit into from
Apr 14, 2017
Merged

Change node event hub cardinality #430

merged 1 commit into from
Apr 14, 2017

Conversation

mamaso
Copy link
Contributor

@mamaso mamaso commented Apr 12, 2017

@soninaren gonna need you on this one, we need to discuss what lights up in the portal / how much of that we want to do :)

resolves #429

Copy link
Member

@soninaren soninaren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have requested a few changes.

Also test the template updates in prod portal.
Follow the steps here https://github.com/Azure/azure-webjobs-sdk-templates#testing-via-azure-functions-portal

{
"name": "cardinality",
"value": "enum",
"resource": "EventHub",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove "resource": "EventHub". This opening blades for resource selection like storage, eventhub connection

],
"label": "$eventHubTrigger_cardinality_label",
"help": "$eventHubTrigger_cardinality_help",
"placeholder": "$selectCardinality"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't need placeholder. It is only for textbox. This would be a dropdown.

"display": "many"
}
],
"label": "$eventHubTrigger_cardinality_label",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add corresponding values for $eventHubTrigger_cardinality_label and $eventHubTrigger_cardinality_help in resource files.
Here is a sample .

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch Node.JS event hubs template over to use batching
4 participants