Forum Discussion
suraj005
Mar 26, 2020Copper Contributor
Error facing in deployment of WVD deployment
Hi Team, I am trying to create a WVD Teanant using command New-RdsTenant -Name startreck -AadTenantId xxxxxxxxxxxx -AzureSubscriptionId xxxxxxxxx Permissions I am having AAD Tenant: Global Ad...
- Mar 27, 2020
* Make sure you are logged in as the right user while executing the command
Add-RdsAccount -DeploymentUrl "https://rdbroker.wvd.microsoft.com"
* Under Enterprise Applications assign the role again by editing the user. This happened to me a couple times and assigning the TenantCreator role to the same user again solved it.
shintovincent
Copper Contributor
* Make sure you are logged in as the right user while executing the command
Add-RdsAccount -DeploymentUrl "https://rdbroker.wvd.microsoft.com"
* Under Enterprise Applications assign the role again by editing the user. This happened to me a couple times and assigning the TenantCreator role to the same user again solved it.
suraj005
Mar 28, 2020Copper Contributor
shintovincent I was missing this step to redeploy rdbroker url. Thanks for your support.