Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danycontre committed Aug 2, 2023
1 parent 638d041 commit 0b5b36f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions workload/arm/deploy-baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.18.4.5664",
"templateHash": "975844425105893744"
"templateHash": "16815186459016817969"
},
"name": "AVD Accelerator - Baseline Deployment",
"description": "AVD Accelerator - Deployment Baseline"
Expand Down Expand Up @@ -44272,7 +44272,7 @@
"_generator": {
"name": "bicep",
"version": "0.18.4.5664",
"templateHash": "3157224200907752697"
"templateHash": "10643647545687459432"
}
},
"parameters": {
Expand Down Expand Up @@ -44560,7 +44560,7 @@
"name": "sessionHosts",
"count": "[length(range(1, variables('varSessionHostBatchCount')))]",
"mode": "serial",
"batchSize": 3
"batchSize": 2
},
"type": "Microsoft.Resources/deployments",
"apiVersion": "2022-09-01",
Expand Down
2 changes: 1 addition & 1 deletion workload/bicep/modules/avdSessionHosts/deploy.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ resource getHostPool 'Microsoft.DesktopVirtualization/hostPools@2019-12-10-previ
}

// Session hosts.
@batchSize(3)
@batchSize(2)
module sessionHosts './.bicep/avdSessionHosts.bicep' = [for i in range(1, varSessionHostBatchCount): {
scope: resourceGroup('${subscriptionId}', '${computeObjectsRgName}')
name: 'AVD-SH-Batch-${sessionHostGeneralBatchId}-${i-1}-${time}'
Expand Down

0 comments on commit 0b5b36f

Please sign in to comment.