When executing "gradlew azureFunctionsRun" then no java environment variable or system property is set for "jdk.net.hosts.file" and the log states "FUNCTIONS_WORKER_RUNTIME set to java." - which is the config for FUNCTIONS_WORKER_RUNTIME that is set in the local.settings.json.
My expectation would be that the "setAppSettings" would work locally and replace values that are set in the local.settings.json.
Is this a bug or is this the intended behaviour? (in which case a comment in the wiki would be appreciated)
Variables in the appSettings seem to be not applied to the locally run function. Changes in "localDebug" have an effect on the locally run function.
Consider this configuration:
When executing "gradlew azureFunctionsRun" then no java environment variable or system property is set for "jdk.net.hosts.file" and the log states "FUNCTIONS_WORKER_RUNTIME set to java." - which is the config for FUNCTIONS_WORKER_RUNTIME that is set in the local.settings.json.
Example local.settings.json file:
My expectation would be that the "setAppSettings" would work locally and replace values that are set in the local.settings.json. Is this a bug or is this the intended behaviour? (in which case a comment in the wiki would be appreciated)
Gradle version: 8.10.2 Azure gradle plugin version: 1.16.1