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" {
7272 vnetRouteAllEnabled = true
7373 virtualNetworkSubnetId = azapi_resource.subnet_function.id
7474 siteConfig = {
75- # autoHealEnabled = true
75+ # autoHealEnabled = true # Enable to auto heal app based on configs
7676 # autoHealRules = {
7777 # actions = {
7878 # actionType = "LogEvent"
@@ -182,7 +182,7 @@ resource "azapi_resource" "function" {
182182 localMySqlEnabled = false
183183 loadBalancing = " LeastRequests"
184184 minTlsVersion = " 1.2"
185- # minTlsCipherSuite = "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
185+ minTlsCipherSuite = " TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
186186 minimumElasticInstanceCount = 0
187187 numberOfWorkers = 1
188188 preWarmedInstanceCount = 0
You can’t perform that action at this time.
0 commit comments