File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -69,23 +69,23 @@ resource "azapi_resource" "function" {
69
69
storageAccountRequired = false
70
70
vnetContentShareEnabled = true
71
71
vnetImagePullEnabled = false # Set to 'true' when pulling image from private Azure Container Registry
72
+ vnetRouteAllEnabled = true
72
73
virtualNetworkSubnetId = azapi_resource.subnet_function.id
73
- vnetRouteAllEnabled = true
74
74
siteConfig = {
75
- autoHealEnabled = true
76
- autoHealRules = {
77
- actions = {
78
- actionType = " LogEvent"
79
- }
80
- triggers = {
81
- statusCodes = [
82
- " 429" ,
83
- " 504" ,
84
- " 507" ,
85
- " 508"
86
- ]
87
- }
88
- }
75
+ # autoHealEnabled = true
76
+ # autoHealRules = {
77
+ # actions = {
78
+ # actionType = "LogEvent"
79
+ # }
80
+ # triggers = {
81
+ # statusCodes = [
82
+ # "429",
83
+ # "504",
84
+ # "507",
85
+ # "508"
86
+ # ]
87
+ # }
88
+ # }
89
89
acrUseManagedIdentityCreds = false
90
90
alwaysOn = true
91
91
appSettings = [
@@ -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
@@ -198,7 +198,7 @@ resource "azapi_resource" "function" {
198
198
}
199
199
})
200
200
201
- schema_validation_enabled = false
201
+ # schema_validation_enabled = false
202
202
# ignore_body_changes = [
203
203
# "properties.siteConfig.appSettings"
204
204
# ]
You can’t perform that action at this time.
0 commit comments