You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-desktop/start-virtual-machine-connect.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Set up Start VM on Connect for Azure Virtual Desktop
3
3
description: How to set up the Start VM on Connect feature for Azure Virtual Desktop to turn on session host virtual machines only when they're needed.
4
4
author: Heidilohr
5
5
ms.topic: how-to
6
-
ms.date: 08/30/2022
6
+
ms.date: 10/18/2022
7
7
ms.author: helohr
8
8
manager: femila
9
9
ms.custom: subject-rbac-steps
@@ -85,7 +85,7 @@ To assign the *Desktop Virtualization Power On Contributor* role with the Azure
85
85
> 1. Add the role assignment:
86
86
>
87
87
> ```powershell
88
-
> New-AzRoleAssignment -RoleDefinitionName "Azure Virtual Desktop Start VM on Connect" -ObjectId $objId -Scope /subscriptions/$subId
88
+
> New-AzRoleAssignment -RoleDefinitionName "Desktop Virtualization Power On Contributor" -ObjectId $objId -Scope /subscriptions/$subId
0 commit comments