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.
1 parent 951054c commit 79cc7eeCopy full SHA for 79cc7ee
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