Skip to content

Commit

Permalink
Add function binding file too
Browse files Browse the repository at this point in the history
  • Loading branch information
mbenko committed Apr 13, 2019
1 parent c86be2b commit a1203bf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions deck/function,json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"bindings": [
{
"name": "myQueueItem",
"type": "queueTrigger",
"direction": "in",
"queueName": "new-feedback",
"connection": "mydemo19cstore_STORAGE"
},
{
"type": "table",
"name": "tableBinding",
"tableName": "curatedfeedback",
"connection": "mydemo19cstore_STORAGE",
"direction": "out"
}
]
}
1 change: 1 addition & 0 deletions myTCCC19Demos.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "settings", "settings", "{8290B04F-70B8-4E14-9F23-709C273D13D6}"
ProjectSection(SolutionItems) = preProject
deck\fnQueueToTable.csx = deck\fnQueueToTable.csx
deck\function,json = deck\function,json
deck\TCCC19-Wheres my stuff.pdf = deck\TCCC19-Wheres my stuff.pdf
EndProjectSection
EndProject
Expand Down

0 comments on commit a1203bf

Please sign in to comment.