We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1daa4d + 1ace640 commit 30a7990Copy full SHA for 30a7990
code/infra/function.tf
@@ -189,7 +189,7 @@ resource "azapi_resource" "function" {
189
azureStorageAccounts = {}
190
detailedErrorLoggingEnabled = true
191
functionAppScaleLimit = 0
192
- functionsRuntimeScaleMonitoringEnabled = false
+ functionsRuntimeScaleMonitoringEnabled = true
193
ftpsState = "Disabled"
194
healthCheckPath = var.function_health_path
195
http20Enabled = true
0 commit comments