From 48e511c42a66d60814c18b548f9e52746aad0a5d Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Thu, 11 Nov 2021 16:52:41 +0100 Subject: [PATCH] Added local settings to functions template --- templates/v12/function/local.settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 templates/v12/function/local.settings.json diff --git a/templates/v12/function/local.settings.json b/templates/v12/function/local.settings.json new file mode 100644 index 00000000000..4aa989e8461 --- /dev/null +++ b/templates/v12/function/local.settings.json @@ -0,0 +1,7 @@ +{ + "IsEncrypted": false, + "Values": { + "FUNCTIONS_WORKER_RUNTIME": "dotnet" + } + } + \ No newline at end of file