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 f6f928b commit 1f8a53bCopy full SHA for 1f8a53b
1 file changed
code/infra/function.tf
@@ -72,7 +72,7 @@ resource "azapi_resource" "function" {
72
vnetRouteAllEnabled = true
73
virtualNetworkSubnetId = azapi_resource.subnet_function.id
74
siteConfig = {
75
- # autoHealEnabled = true
+ # autoHealEnabled = true # Enable to auto heal app based on configs
76
# autoHealRules = {
77
# actions = {
78
# actionType = "LogEvent"
@@ -182,7 +182,7 @@ resource "azapi_resource" "function" {
182
localMySqlEnabled = false
183
loadBalancing = "LeastRequests"
184
minTlsVersion = "1.2"
185
- # minTlsCipherSuite = "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
+ minTlsCipherSuite = "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
186
minimumElasticInstanceCount = 0
187
numberOfWorkers = 1
188
preWarmedInstanceCount = 0
0 commit comments