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

11 lines
151 B
JSON

{
"bindings": [
{
"name": "myTimer",
"type": "timerTrigger",
"direction": "in",
"schedule": "0 */12 * * * *"
}
]
}