From a730588840ff97827a5d10a9d047a75650f8b585 Mon Sep 17 00:00:00 2001 From: KelvinTegelaar Date: Mon, 15 Apr 2024 12:07:26 +0200 Subject: [PATCH] remove host.json info --- host.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/host.json b/host.json index b6359ce3214e..b1667f1e9bbb 100644 --- a/host.json +++ b/host.json @@ -11,10 +11,6 @@ "extensions": { "queues": { "maxDequeueCount": 1 - }, - "durableTask": { - "maxConcurrentActivityFunctions": 10, - "maxConcurrentOrchestratorFunctions": 10 } } }