Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Update function.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ealsur committed Nov 29, 2017
1 parent 1f50b4c commit 4f3d9a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions function/function.json
Expand Up @@ -5,7 +5,7 @@
"name": "input",
"direction": "in",
"leaseCollectionName": "leases",
"connectionStringSetting": "linesTrigger_ConnectionString",
"connectionStringSetting": "postsTrigger_ConnectionString",
"databaseName": "social",
"collectionName": "posts",
"createLeaseCollectionIfNotExists": true
Expand All @@ -16,8 +16,8 @@
"name": "results",
"databaseName": "social",
"collectionName": "results",
"connection": "linesTrigger_ConnectionString",
"connection": "postsTrigger_ConnectionString",
"createIfNotExists": false
}
]
}
}

0 comments on commit 4f3d9a7

Please sign in to comment.