From 12ee5e4a8478deafd3f89b9bea0ce74eff4a505f Mon Sep 17 00:00:00 2001 From: Trevor Blanarik Date: Mon, 9 Sep 2024 06:58:14 +0000 Subject: [PATCH] forgot host.json --- host.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 host.json diff --git a/host.json b/host.json new file mode 100644 index 0000000..dccc50a --- /dev/null +++ b/host.json @@ -0,0 +1,7 @@ +{ + "version": "2.0", + "extensionBundle": { + "id": "Microsoft.Azure.Functions.ExtensionBundle", + "version": "[4.*, 5.0.0)" + } + } \ No newline at end of file