Azure TimerTrigger Sample

Resolves #272
This commit is contained in:
Christian Tzolov
2022-10-11 12:26:02 +02:00
parent c195d9c91e
commit 7a280f9399
12 changed files with 958 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"functionTimeout": "00:05:00",
"version": "2.0"
}

View File

@@ -0,0 +1,8 @@
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"AzureWebJobsDashboard": "",
"FUNCTIONS_WORKER_RUNTIME": "java"
}
}