Forum Discussion
Where is the WVD management portal?
- Apr 06, 2020
Roger Critz : To watch updates on major features go to https://aka.ms/wvdroadmap
Thomas Aure : We are finalizing last touches and will let you know on this forum when ready. PavithraT - FYI.
- PavithraTMay 29, 2019
Microsoft
Hi
You can setup the management UI using the following instructions. This is not integrated into the Azure portal but a standalone AppService-based UI:
To start, go to this GitHub URL.
Deploy the template to Azure
If you're deploying in an Enterprise subscription, scroll down and select Deploy to Azure, then skip ahead fill out the parameters.
If you're deploying in a Cloud Solution Provider subscription, follow these steps to deploy to Azure:
- Scroll down and right-click Deploy to Azure, then select Copy Link Location.
- Open a text editor like Notepad and paste the link there.
- Right after “https://portal.azure.com/” and before the hashtag (#) enter an at sign (@) followed by the tenant domain name. Here's an example of the format you should use: https://portal.azure.com/@Contoso.onmicrosoft.com#create/.
- Sign into the Azure portal as a user with Admin/Contributor permissions to the Cloud Solution Provider subscription.
- Paste the link you copied to the text editor into the address bar.
Here is the guidance on the parameters you should enter:
- RD Broker URL: https://rdbroker.wvd.microsoft.com/
- Resource URL: https://mrs-prod.ame.gbl/mrs-RDInfra-prod
- Azure Login ID/ password – AAD credentials without MFA enabled
- Unique name for the app (e.g. Apr3UX)
To launch the UI, click on appservice with name you provided in the template (e.g. Apr3UX) and navigate to the URL associated with it (e.g. https://rdmimgmtweb-210520190304.azurewebsites.net)
Sign in using the Your Windows Virtual Desktop credentials.
- RajVenkatSep 09, 2020Copper Contributor
PavithraT @Thomas Aure on following the instructions, I got the portal app service deployed.
After running the update ps1 script i get the below error from the URL.
AADSTS900144: The request body must contain the following parameter: 'client_id'.
No clarity on this part.
- Joby_ThomasOct 18, 2019Copper Contributor