Skip to content

Commit e9c83ce

Browse files
committed
trying to fix a cosmosdbtrigger failure
1 parent a686946 commit e9c83ce

File tree

1 file changed

+2
-1
lines changed
  • test/WebJobs.Script.Tests.Integration/TestScripts/Node/CosmosDBTrigger

1 file changed

+2
-1
lines changed

test/WebJobs.Script.Tests.Integration/TestScripts/Node/CosmosDBTrigger/function.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"name": "input",
66
"direction": "in",
77
"databaseName": "ItemDb",
8-
"collectionName": "ItemCollection"
8+
"collectionName": "ItemCollection",
9+
"createLeaseCollectionIfNotExists": true
910
},
1011
{
1112
"type": "blob",

0 commit comments

Comments
 (0)