We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c122cb0 commit 98df25eCopy full SHA for 98df25e
sample/EventHubTrigger/function.json
@@ -5,7 +5,8 @@
5
"name": "input",
6
"direction": "in",
7
"connection": "AzureWebJobsEventHubReceiver",
8
- "path": "%AzureWebJobsEventHubPath%"
+ "path": "%AzureWebJobsEventHubPath%",
9
+ "consumerGroup": "$Default"
10
},
11
{
12
"type": "eventHub",
test/WebJobs.Script.Tests/TestScripts/Node/EventHubTrigger/function.json
"name": "workItem",
"type": "blob",
0 commit comments