Skip to content

Commit

Permalink
updated batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntmeyer committed Feb 26, 2025
1 parent 492bd5a commit e1c0591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions workload/arm/brownfield/deployNewSessionHosts.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.33.93.31351",
"templateHash": "10864969307158506973"
"templateHash": "3151663468663239846"
}
},
"parameters": {
Expand Down Expand Up @@ -2327,7 +2327,7 @@
"name": "sessionHosts",
"count": "[length(range(1, parameters('count')))]",
"mode": "serial",
"batchSize": 3
"batchSize": 100
},
"type": "Microsoft.Resources/deployments",
"apiVersion": "2022-09-01",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ resource laWorkspace 'Microsoft.OperationalInsights/workspaces@2022-10-01' exist
}

// Session hosts
@batchSize(3)
@batchSize(100)
module sessionHosts '../../../../avm/1.0.0/res/compute/virtual-machine/main.bicep' = [
for i in range(1, count): {
scope: resourceGroup(computeRgResourceGroupName)
Expand Down

0 comments on commit e1c0591

Please sign in to comment.