File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ resource "azapi_resource" "function" {
72
72
vnetRouteAllEnabled = true
73
73
virtualNetworkSubnetId = azapi_resource.subnet_function.id
74
74
siteConfig = {
75
- # autoHealEnabled = true
75
+ # autoHealEnabled = true # Enable to auto heal app based on configs
76
76
# autoHealRules = {
77
77
# actions = {
78
78
# actionType = "LogEvent"
@@ -182,7 +182,7 @@ resource "azapi_resource" "function" {
182
182
localMySqlEnabled = false
183
183
loadBalancing = " LeastRequests"
184
184
minTlsVersion = " 1.2"
185
- # minTlsCipherSuite = "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
185
+ minTlsCipherSuite = " TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
186
186
minimumElasticInstanceCount = 0
187
187
numberOfWorkers = 1
188
188
preWarmedInstanceCount = 0
You can’t perform that action at this time.
0 commit comments