Skip to content

Commit fa5d6f7

Browse files
Apply suggestions from code review
Co-authored-by: dknappettmsft <[email protected]>
1 parent 01d2b48 commit fa5d6f7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/virtual-desktop/autoscale-scaling-plan.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -354,11 +354,11 @@ Here's how to update a scaling plan using the Az.DesktopVirtualization PowerShel
354354
355355
```azurepowershell
356356
$scalingPlanPersonalScheduleParams = @{
357-
ResourceGroupName = 'resourceGroup'
358-
ScalingPlanName = 'scalingPlanPersonal'
359-
ScalingPlanScheduleName = 'personalSchedule1'
360-
RampUpStartTimeHour = '5'
361-
RampUpStartTimeMinute = '30'
357+
ResourceGroupName = 'resourceGroup'
358+
ScalingPlanName = 'scalingPlanPersonal'
359+
ScalingPlanScheduleName = 'personalSchedule1'
360+
RampUpStartTimeHour = '5'
361+
RampUpStartTimeMinute = '30'
362362
}
363363
364364
Update-AzWvdScalingPlanPersonalSchedule @scalingPlanPersonalScheduleParams
@@ -369,7 +369,7 @@ Here's how to update a scaling plan using the Az.DesktopVirtualization PowerShel
369369
370370
## Assign scaling plans to existing host pools
371371
372-
You can assign a scaling plan to any existing host pools in your deployment. When you assign a scaling plan to your host pool, the plan will apply to all session hosts within that host pool. The scaling plan also automatically applies to any new session hosts you create in the assigned host pool.
372+
You can assign a scaling plan to any existing host pools of the same type in your deployment. When you assign a scaling plan to your host pool, the plan will apply to all session hosts within that host pool. The scaling plan also automatically applies to any new session hosts you create in the assigned host pool.
373373
374374
If you disable a scaling plan, all assigned resources will remain in the state they were in at the time you disabled it.
375375
@@ -397,9 +397,9 @@ To assign a scaling plan to existing host pools:
397397
398398
```azurepowershell
399399
$scalingPlanParams = @{
400-
ResourceGroupName = 'resourceGroup'
401-
Name = 'scalingPlanPersonal'
402-
HostPoolReference = @(
400+
ResourceGroupName = 'resourceGroup'
401+
Name = 'scalingPlanPersonal'
402+
HostPoolReference = @(
403403
@{
404404
'hostPoolArmPath' = '/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup/providers/Microsoft.DesktopVirtualization/hostPools/scalingPlanPersonal';
405405
'scalingPlanEnabled' = $true;

0 commit comments

Comments
 (0)