File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,9 @@ resource "azapi_resource" "function" {
40
40
scmSiteAlsoStopped = false
41
41
serverFarmId = azurerm_service_plan.service_plan.id
42
42
storageAccountRequired = false
43
+ vnetContentShareEnabled = true
43
44
virtualNetworkSubnetId = azapi_resource.subnet_function.id
45
+ vnetRouteAllEnabled = true
44
46
siteConfig = {
45
47
autoHealEnabled = false
46
48
acrUseManagedIdentityCreds = false
@@ -75,7 +77,7 @@ resource "azapi_resource" "function" {
75
77
detailedErrorLoggingEnabled = true
76
78
functionAppScaleLimit = 0
77
79
functionsRuntimeScaleMonitoringEnabled = false
78
- ftpsState = " FtpsOnly "
80
+ ftpsState = " Disabled "
79
81
http20Enabled = false
80
82
ipSecurityRestrictionsDefaultAction = " Deny"
81
83
linuxFxVersion = " Python|3.10"
@@ -89,7 +91,6 @@ resource "azapi_resource" "function" {
89
91
scmIpSecurityRestrictionsUseMain = false
90
92
scmIpSecurityRestrictionsDefaultAction = " Deny"
91
93
use32BitWorkerProcess = true
92
- vnetRouteAllEnabled = true
93
94
vnetPrivatePortsCount = 0
94
95
webSocketsEnabled = false
95
96
}
You can’t perform that action at this time.
0 commit comments