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