Azure TimerTrigger Sample

- for 3.2.x branch downgrade java to 1.8 and boot to 2.7.x

Resolves #272
This commit is contained in:
Christian Tzolov
2022-10-11 12:26:02 +02:00
parent 87f6013e22
commit 85afaa95ea
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"
}
}