Skip to content

Commit

Permalink
Batch size = 5
Browse files Browse the repository at this point in the history
  • Loading branch information
vplauzon committed Oct 24, 2023
1 parent 21cea64 commit c2b524d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ resource intTestCluster 'Microsoft.Kusto/clusters@2022-12-29' = {
}
}

@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 c2b524d

Please sign in to comment.