Files
spring-cloud-function/spring-cloud-function-samples/function-sample-azure-timer-trigger/src/main/azure/local.settings.json
Christian Tzolov 85afaa95ea Azure TimerTrigger Sample
- for 3.2.x branch downgrade java to 1.8 and boot to 2.7.x

Resolves #272
2022-10-11 17:00:20 +02:00

8 lines
165 B
JSON

{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"AzureWebJobsDashboard": "",
"FUNCTIONS_WORKER_RUNTIME": "java"
}
}