File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ resource "azapi_resource" "function" {
87
87
# }
88
88
# }
89
89
acrUseManagedIdentityCreds = false
90
- alwaysOn = true
90
+ alwaysOn = false
91
91
appSettings = [
92
92
{
93
93
name = " APPLICATIONINSIGHTS_CONNECTION_STRING"
@@ -189,7 +189,7 @@ resource "azapi_resource" "function" {
189
189
azureStorageAccounts = {}
190
190
detailedErrorLoggingEnabled = true
191
191
functionAppScaleLimit = 0
192
- functionsRuntimeScaleMonitoringEnabled = false
192
+ functionsRuntimeScaleMonitoringEnabled = true
193
193
ftpsState = " Disabled"
194
194
healthCheckPath = var.function_health_path
195
195
http20Enabled = true
@@ -199,7 +199,7 @@ resource "azapi_resource" "function" {
199
199
loadBalancing = " LeastRequests"
200
200
minTlsVersion = " 1.2"
201
201
minTlsCipherSuite = " TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
202
- minimumElasticInstanceCount = 0
202
+ minimumElasticInstanceCount = 1
203
203
numberOfWorkers = 1
204
204
preWarmedInstanceCount = 0
205
205
remoteDebuggingEnabled = false
You can’t perform that action at this time.
0 commit comments