Merged in fix/missing-batchsize-bicep-config (pull request #2385)
add missing bicep setup for deleteBatchSize * add missing bicep setup for deleteBatchSize
This commit is contained in:
@@ -12,6 +12,7 @@ param secondaryApiKey string
|
||||
param sentryDSN string
|
||||
param sentryEnabled string
|
||||
param sentryTraceSampleRate string
|
||||
param deleteBatchSize int = 2000
|
||||
|
||||
@description('The location for the resource group')
|
||||
param location string = 'westeurope'
|
||||
@@ -53,5 +54,6 @@ module containerApp 'app/main.bicep' = {
|
||||
sentryEnabled: sentryEnabled
|
||||
sentryTraceSampleRate: sentryTraceSampleRate
|
||||
version: version
|
||||
deleteBatchSize: string(deleteBatchSize)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user