22 lines
378 B
JSON
22 lines
378 B
JSON
{
|
|
"scriptFile": "../function-sample-azure-1.0.0.BUILD-SNAPSHOT-azure.jar",
|
|
"entryPoint": "example.FooHandler.execute",
|
|
"bindings": [
|
|
{
|
|
"type": "httpTrigger",
|
|
"name": "foo",
|
|
"direction": "in",
|
|
"authLevel": "anonymous",
|
|
"methods": [
|
|
"get",
|
|
"post"
|
|
]
|
|
},
|
|
{
|
|
"type": "http",
|
|
"name": "$return",
|
|
"direction": "out"
|
|
}
|
|
],
|
|
"disabled": false
|
|
} |