Skip to content

Commit ce0fe08

Browse files
committed
Update Function Settings for Premium Plan
1 parent 35ba5ca commit ce0fe08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/_terraformEnvironmentTemplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

code/infra/function.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)