Skip to content

Commit 996c902

Browse files
committed
Update scaling property
1 parent 9618bb1 commit 996c902

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 = true
192+
functionsRuntimeScaleMonitoringEnabled = false
193193
ftpsState = "Disabled"
194194
healthCheckPath = var.function_health_path
195195
http20Enabled = true

0 commit comments

Comments
 (0)