Files
cellar/cellar-azure-backups/MonitoringDeadHTTPTrigger/function.json
Julien Lengrand-Lambert 7bd74df930 First Azure attempts
2020-11-24 17:32:14 +01:00

20 lines
281 B
JSON

{
"bindings": [
{
"authLevel": "anonymous",
"type": "httpTrigger",
"direction": "in",
"name": "req",
"methods": [
"get",
"post"
]
},
{
"type": "http",
"direction": "out",
"name": "res"
}
]
}