Sync from dev @ 497baf0
Source: main (497baf0) Excluded: live tenant exports, generated artifacts, and dev-only tooling.
This commit is contained in:
18
infra/change-probe/probe_timer/function.json
Normal file
18
infra/change-probe/probe_timer/function.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"scriptFile": "__init__.py",
|
||||
"bindings": [
|
||||
{
|
||||
"name": "mytimer",
|
||||
"type": "timerTrigger",
|
||||
"direction": "in",
|
||||
"schedule": "0 */5 * * * *"
|
||||
},
|
||||
{
|
||||
"name": "msg",
|
||||
"type": "queue",
|
||||
"direction": "out",
|
||||
"queueName": "backup-trigger-queue",
|
||||
"connection": "AzureWebJobsStorage"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user