Skip to content

Commit 019ef35

Browse files
Merge pull request #300293 from dknappettmsft/patch-13
AVD update session-host-update-configure.md to recommend UpdateDeleteOriginalVM = $true
2 parents c9db026 + 43e14e9 commit 019ef35

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 don't need to clean up session host resources after an update.
223223

224224
```azurepowershell
225225
$parameters = @{

0 commit comments

Comments
 (0)