Skip to content

Commit

Permalink
Update integration-test-infra-deploy.bicep
Browse files Browse the repository at this point in the history
  • Loading branch information
vplauzon authored Oct 24, 2023
1 parent ecca9b4 commit ed068ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource intTestCluster 'Microsoft.Kusto/clusters@2022-12-29' = {
}
}

@batchSize(10)
@batchSize(5)
resource intTestDbs 'Microsoft.Kusto/clusters/databases@2022-12-29' = [for i in range(0, length(prefixes) * intTestDbCountPerPrefix): {
name: '${prefixes[i / intTestDbCountPerPrefix]}${format('{0:D8}', i % intTestDbCountPerPrefix + 1)}'
location: resourceGroup().location
Expand Down

0 comments on commit ed068ff

Please sign in to comment.