Skip to content

Commit

Permalink
renamed functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoichi Kawasaki committed Dec 3, 2018
1 parent db7a67f commit 21dd4d0
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"bindings": [
{
"name": "blobTriggerTest",
"type": "blobTrigger",
"direction": "in",
"path": "inputcontainer4funcs/{blobname}.txt",
"connection": "functionsstore01_STORAGE"
},
{
"type": "blob",
"name": "inputBlob",
"path": "inputcontainer4funcs/{blobname}.txt",
"direction": "in",
"connection": "functionsstore01_STORAGE"
},
{
"type": "blob",
"name": "outputBlob",
"path": "outputcontainer4funcs/{blobname}-encrypted.txt",
"direction": "out",
"connection": "functionsstore01_STORAGE"
}
],
"disabled": false
}

0 comments on commit 21dd4d0

Please sign in to comment.