Skip to content

Commit 30a7990

Browse files
authored
Merge pull request #124 from PerfectThymeTech/marvinbuss/update_scaling
Update Scaling
2 parents b1daa4d + 1ace640 commit 30a7990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/infra/function.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ resource "azapi_resource" "function" {
189189
azureStorageAccounts = {}
190190
detailedErrorLoggingEnabled = true
191191
functionAppScaleLimit = 0
192-
functionsRuntimeScaleMonitoringEnabled = false
192+
functionsRuntimeScaleMonitoringEnabled = true
193193
ftpsState = "Disabled"
194194
healthCheckPath = var.function_health_path
195195
http20Enabled = true

0 commit comments

Comments
 (0)