From 79cc7ee83e44ef179bcd7136c1dd35008c31dd4f Mon Sep 17 00:00:00 2001 From: Marvin Buss Date: Fri, 9 Feb 2024 19:43:45 +0100 Subject: [PATCH] Update Scaling --- code/infra/function.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/infra/function.tf b/code/infra/function.tf index 60eba82..0df9c63 100644 --- a/code/infra/function.tf +++ b/code/infra/function.tf @@ -189,7 +189,7 @@ resource "azapi_resource" "function" { azureStorageAccounts = {} detailedErrorLoggingEnabled = true functionAppScaleLimit = 0 - functionsRuntimeScaleMonitoringEnabled = false + functionsRuntimeScaleMonitoringEnabled = true ftpsState = "Disabled" healthCheckPath = var.function_health_path http20Enabled = true