Skip to content

Commit b68f49b

Browse files
authored
Create function.json
1 parent c158cbb commit b68f49b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

function.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"bindings": [
3+
{
4+
"authLevel": "function",
5+
"type": "httpTrigger",
6+
"direction": "in",
7+
"name": "req",
8+
"methods": ["post"]
9+
},
10+
{
11+
"type": "http",
12+
"direction": "out",
13+
"name": "$return"
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)