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:
193193 runs-on : [self-hosted]
194194 continue-on-error : false
195195 environment : ${{ inputs.environment }}
196- if : github.event_name == 'push' || github.event_name == 'release'
196+ # if: github.event_name == 'push' || github.event_name == 'release'
197197 needs : [plan]
198198
199199 env :
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ resource "azapi_resource" "function" {
8787 # }
8888 # }
8989 acrUseManagedIdentityCreds = false
90- alwaysOn = true
90+ alwaysOn = false
9191 appSettings = [
9292 {
9393 name = " APPLICATIONINSIGHTS_CONNECTION_STRING"
@@ -189,7 +189,7 @@ resource "azapi_resource" "function" {
189189 azureStorageAccounts = {}
190190 detailedErrorLoggingEnabled = true
191191 functionAppScaleLimit = 0
192- functionsRuntimeScaleMonitoringEnabled = false
192+ functionsRuntimeScaleMonitoringEnabled = true
193193 ftpsState = " Disabled"
194194 healthCheckPath = var.function_health_path
195195 http20Enabled = true
You can’t perform that action at this time.
0 commit comments