Skip to content

Commit 1373401

Browse files
authored
Update session-host-update-configure.md
Added guidance to mitigate customer challenge of stranded resources after an update. We plan to deprecate the UpdateDeleteOriginalVM property in the future (and always delete the original resources).
1 parent df4be78 commit 1373401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-desktop/session-host-update-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ You can update the session host management policy before you schedule an update,
219219
Get-AzWvdSessionHostConfiguration @parameters | FL *
220220
```
221221

222-
3. *Optional*: If you want to update the session host management policy before scheduling an update, run the following command, using the `Update-AzWvdSessionHostManagement` cmdlet. Alternatively, you can override specific values when scheduling an update, which are used for that update only. For valid time zone values, see [Get-TimeZone PowerShell reference](/powershell/module/microsoft.powershell.management/get-timezone) and use the value from the `StandardName` property.
222+
3. *Optional*: If you want to update the session host management policy before scheduling an update, run the following command, using the `Update-AzWvdSessionHostManagement` cmdlet. Alternatively, you can override specific values when scheduling an update, which are used for that update only. For valid time zone values, see [Get-TimeZone PowerShell reference](/powershell/module/microsoft.powershell.management/get-timezone) and use the value from the `StandardName` property. We recommend setting UpdateDeleteOriginalVM = $true so that you do not need to clean up session host resources after an update.
223223

224224
```azurepowershell
225225
$parameters = @{

0 commit comments

Comments
 (0)