Files
AzAppRegistrationExpiry/aio/function.json
Oli Passey b8129538c3 AzFunc
2025-01-27 16:08:18 +00:00

10 lines
149 B
JSON

{
"bindings": [
{
"type": "timerTrigger",
"direction": "in",
"name": "myTimer",
"schedule": "0 0 9 * * 1-5"
}
]
}