From 85d86e082de6fd7cc4ad339870a0121afa096ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADnez?= Date: Fri, 19 May 2023 12:26:53 +0200 Subject: [PATCH 1/2] Update .gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 89604b2..91e4481 100644 --- a/.gitignore +++ b/.gitignore @@ -126,7 +126,6 @@ dmypy.json bin obj appsettings.json -local.settings.json # Azurite artifacts __blobstorage__ From 041b80c0ea6b30600e8795904c885479bccfa16d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADnez?= Date: Fri, 19 May 2023 12:27:21 +0200 Subject: [PATCH 2/2] Create local.settings.json --- local.settings.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 local.settings.json diff --git a/local.settings.json b/local.settings.json new file mode 100644 index 0000000..b9681d5 --- /dev/null +++ b/local.settings.json @@ -0,0 +1,8 @@ +{ + "IsEncrypted": false, + "Values": { + "FUNCTIONS_WORKER_RUNTIME": "python", + "AzureWebJobsStorage": "", + "AzureWebJobsFeatureFlags": "EnableWorkerIndexing" + } + }