We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0fe08 commit 344373eCopy full SHA for 344373e
2 files changed
.github/workflows/_terraformEnvironmentTemplate.yml
@@ -193,7 +193,7 @@ jobs:
193
runs-on: [self-hosted]
194
continue-on-error: false
195
environment: ${{ inputs.environment }}
196
- # if: github.event_name == 'push' || github.event_name == 'release'
+ if: github.event_name == 'push' || github.event_name == 'release'
197
needs: [plan]
198
199
env:
code/infra/function.tf
@@ -199,7 +199,7 @@ resource "azapi_resource" "function" {
loadBalancing = "LeastRequests"
200
minTlsVersion = "1.2"
201
minTlsCipherSuite = "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
202
- minimumElasticInstanceCount = 0
+ minimumElasticInstanceCount = 1
203
numberOfWorkers = 1
204
preWarmedInstanceCount = 0
205
remoteDebuggingEnabled = false
0 commit comments