From 8a7e6b12eb0b11a4f6c79526e4f571dd7d48a2e2 Mon Sep 17 00:00:00 2001 From: Rijad Zuzo Date: Tue, 4 Aug 2026 12:43:41 +0200 Subject: [PATCH] chore: add functions host config --- host.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 host.json diff --git a/host.json b/host.json new file mode 100644 index 0000000..3369578 --- /dev/null +++ b/host.json @@ -0,0 +1,8 @@ +{ + "version": "2.0", + "isDefaultHostConfig": true, + "extensionBundle": { + "id": "Microsoft.Azure.Functions.ExtensionBundle", + "version": "[4.*, 5.0.0)" + } +} \ No newline at end of file