File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1515 "description" : " Name of Event Hub"
1616 }
1717 },
18+ "partitionCount" : {
19+ "type" : " int" ,
20+ "defaultValue" : 32 ,
21+ "metadata" : {
22+ "description" : " The number of event hub partitions"
23+ }
24+ },
1825 "location" : {
1926 "type" : " string" ,
2027 "defaultValue" : " [resourceGroup().location]" ,
4451 "dependsOn" : [
4552 " [resourceId('Microsoft.EventHub/namespaces/', parameters('eventHubNamespace'))]"
4653 ],
47- "properties" : {}
54+ "properties" : {
55+ "partitionCount" : " [parameters('partitionCount')]"
56+ }
4857 }
4958 ]
5059 }
Original file line number Diff line number Diff line change 3636 "description" : " Name of Event Hub"
3737 }
3838 },
39+ "partitionCount" : {
40+ "type" : " int" ,
41+ "defaultValue" : 32 ,
42+ "metadata" : {
43+ "description" : " The number of event hub partitions"
44+ }
45+ },
3946 "functionAppName" : {
4047 "type" : " string" ,
4148 "defaultValue" : " [concat('datadog-functionapp-', newGuid())]" ,
95102 "eventHubName" : {
96103 "value" : " [parameters('eventHubName')]"
97104 },
105+ "partitionCount" : {
106+ "value" : " [parameters('partitionCount')]"
107+ },
98108 "location" : {
99109 "value" : " [parameters('resourcesLocation')]"
100110 }
You can’t perform that action at this time.
0 commit comments