Skip to content

Commit 1f8a53b

Browse files
committed
Add commments and enable min TLS cipher
1 parent f6f928b commit 1f8a53b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/infra/function.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)