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
I moved the information part about downloading the 2 powershell scripts locally first down and put it in a Powershell script block.
A bit the same as I suggested with the Scaling script before and yesterday 😊👍
Copy file name to clipboardExpand all lines: articles/virtual-desktop/virtual-desktop-fall-2019/manage-resources-using-ui-powershell.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,6 @@ Before deploying the management tool, you'll need an Azure Active Directory (Azu
38
38
- Have permission to create resources in your Azure subscription
39
39
- Have permission to create an Azure AD application. Follow these steps to check if your user has the required permissions by following the instructions in [Required permissions](../../active-directory/develop/howto-create-service-principal-portal.md#required-permissions).
40
40
41
-
In order to successfully deploy and configure the management tool, you first need to download the following PowerShell scripts from the [RDS-Templates GitHub repo](https://github.com/Azure/RDS-Templates/tree/master/wvd-templates/wvd-management-ux/deploy/scripts) and save them to the same folder on your local machine.
42
-
43
-
- createWvdMgmtUxAppRegistration.ps1
44
-
- updateWvdMgmtUxApiUrl.ps1
45
-
46
41
After you deploy and configure the management tool, we recommend you ask a user to launch the management UI to make sure everything works. The user who launches the management UI must have a role assignment that lets them view or edit the Windows Virtual Desktop tenant.
47
42
48
43
## Set up PowerShell
@@ -68,11 +63,23 @@ Keep the PowerShell window you used to sign in open to run additional PowerShell
68
63
69
64
## Create an Azure Active Directory app registration
70
65
66
+
In order to successfully deploy and configure the management tool, you first need to download the following PowerShell scripts from the [RDS-Templates GitHub repo](https://github.com/Azure/RDS-Templates/tree/master/wvd-templates/wvd-management-ux/deploy/scripts)
0 commit comments