File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -262,14 +262,18 @@ The following example Azure Resource Manager template creates an event-driven jo
262
262
"properties" : {
263
263
"configuration" : {
264
264
"eventTriggerConfig" : {
265
- "maxExecutions" : 10 ,
266
- "minExecutions" : 0 ,
267
265
"scale" : {
266
+ "maxExecutions" : 10 ,
267
+ "minExecutions" : 0 ,
268
+ "pollingInterval" : 15 ,
268
269
"rules" : [
269
270
{
270
- "auth" : {
271
- "connection" : " connection-string-secret"
272
- },
271
+ "auth" : [
272
+ {
273
+ "triggerParameter" : " connection" ,
274
+ "secretRef" : " connection-string-secret"
275
+ }
276
+ ],
273
277
"metadata" : {
274
278
"accountName" : " mystorage" ,
275
279
"queueLength" : 1 ,
@@ -278,7 +282,7 @@ The following example Azure Resource Manager template creates an event-driven jo
278
282
"name" : " queue" ,
279
283
"type" : " azure-queue"
280
284
}
281
- ],
285
+ ]
282
286
}
283
287
},
284
288
"replicaRetryLimit" : 0 ,
You can’t perform that action at this time.
0 commit comments