File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ jobs:
193
193
runs-on : [self-hosted]
194
194
continue-on-error : false
195
195
environment : ${{ inputs.environment }}
196
- if : github.event_name == 'push' || github.event_name == 'release'
196
+ # if: github.event_name == 'push' || github.event_name == 'release'
197
197
needs : [plan]
198
198
199
199
env :
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ resource "azapi_resource" "function" {
87
87
# }
88
88
# }
89
89
acrUseManagedIdentityCreds = false
90
- alwaysOn = true
90
+ alwaysOn = false
91
91
appSettings = [
92
92
{
93
93
name = " APPLICATIONINSIGHTS_CONNECTION_STRING"
@@ -189,7 +189,7 @@ resource "azapi_resource" "function" {
189
189
azureStorageAccounts = {}
190
190
detailedErrorLoggingEnabled = true
191
191
functionAppScaleLimit = 0
192
- functionsRuntimeScaleMonitoringEnabled = false
192
+ functionsRuntimeScaleMonitoringEnabled = true
193
193
ftpsState = " Disabled"
194
194
healthCheckPath = var.function_health_path
195
195
http20Enabled = true
You can’t perform that action at this time.
0 commit comments