File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -70,12 +70,20 @@ resource "azapi_resource" "function" {
70
70
},
71
71
{
72
72
name = " WEBSITE_RUN_FROM_PACKAGE"
73
- value = " 1 "
73
+ value = " 0 "
74
74
},
75
75
{
76
76
name = " PYTHON_ENABLE_WORKER_EXTENSIONS"
77
77
value = " 1"
78
78
},
79
+ {
80
+ name = " ENABLE_ORYX_BUILD"
81
+ value = " 1"
82
+ },
83
+ {
84
+ name = " SCM_DO_BUILD_DURING_DEPLOYMENT"
85
+ value = " 1"
86
+ },
79
87
{
80
88
name = " AzureWebJobsStorage__accountName"
81
89
value = azurerm_storage_account.storage.name
@@ -86,9 +94,10 @@ resource "azapi_resource" "function" {
86
94
functionAppScaleLimit = 0
87
95
functionsRuntimeScaleMonitoringEnabled = false
88
96
ftpsState = " Disabled"
97
+ healthCheckPath = var.function_health_path
89
98
http20Enabled = false
90
99
ipSecurityRestrictionsDefaultAction = " Deny"
91
- linuxFxVersion = " Python|${ var . python_version } "
100
+ linuxFxVersion = " Python|${ var . function_python_version } "
92
101
localMySqlEnabled = false
93
102
loadBalancing = " LeastRequests"
94
103
minTlsVersion = " 1.2"
You can’t perform that action at this time.
0 commit comments