Skip to content

Commit c621f0f

Browse files
authored
Merge pull request #100086 from Heidilohr/work-trouble-vnet
Added VNET entry to Windows Virtual Desktop setup troubleshooting
2 parents 2ea962f + 36c3b09 commit c621f0f

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

articles/virtual-desktop/troubleshoot-set-up-issues.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: Heidilohr
66

77
ms.service: virtual-desktop
88
ms.topic: troubleshooting
9-
ms.date: 12/17/2019
9+
ms.date: 01/08/2020
1010
ms.author: helohr
1111
---
1212
# Tenant and host pool creation
@@ -54,7 +54,7 @@ Example of raw error:
5454

5555
## Creating Windows Virtual Desktop session host VMs
5656

57-
Session host VMs can be created in several ways, but the Windows Virtual Desktop team only supports VM provisioning issues related to the [Azure Marketplace](https://azuremarketplace.microsoft.com/) offering. For more details, see [Issues using Windows Virtual Desktop - Provision a host pool Azure Marketplace offering](#issues-using-windows-virtual-desktop--provision-a-host-pool-azure-marketplace-offering).
57+
Session host VMs can be created in several ways, but the Windows Virtual Desktop team only supports VM provisioning issues related to the [Azure Marketplace](https://azuremarketplace.microsoft.com/) offering. For more information, see [Issues using Windows Virtual Desktop - Provision a host pool Azure Marketplace offering](#issues-using-windows-virtual-desktop--provision-a-host-pool-azure-marketplace-offering).
5858

5959
## Issues using Windows Virtual Desktop – Provision a host pool Azure Marketplace offering
6060

@@ -133,8 +133,16 @@ Example of raw error:
133133

134134
**Cause 2:** Domain name doesn't resolve.
135135

136-
**Fix 2:** See the "Domain name doesn't resolve" error for VMs are not joined to the domain in [Session host VM configuration](troubleshoot-vm-configuration.md).
136+
**Fix 2:** See [Error: Domain name doesn't resolve](troubleshoot-vm-configuration.md#error-domain-name-doesnt-resolve) in [Session host VM configuration](troubleshoot-vm-configuration.md).
137137

138+
**Cause 3:** Your virtual network (VNET) DNS configuration is set to **Default**.
139+
140+
To fix this, do the following things:
141+
142+
1. Open the Azure Portal and go to the **Virtual networks** blade.
143+
2. Find your VNET, then select **DNS servers**.
144+
3. The DNS servers menu should appear on the right side of your screen. On that menu, select **Custom**.
145+
4. Make sure the DNS servers listed under Custom match your domain controller or Active Directory domain. If you don't see your DNS server, you can add it by entering its value into the **Add DNS server** field.
138146

139147
### Error: Your deployment failed...\Unauthorized
140148

@@ -154,7 +162,7 @@ Example of raw error:
154162

155163
**Cause 2:** Transient error with connection.
156164

157-
**Fix:** Confirm Windows Virtual Desktop environment is healthy by signing in using PowerShell. Finish the VM registration manually in [Create a host pool with PowerShell](https://docs.microsoft.com/azure/virtual-desktop/create-host-pools-powershell).
165+
**Fix:** Confirm Windows Virtual Desktop environment is healthy by signing in using PowerShell. Finish the VM registration manually in [Create a host pool with PowerShell](create-host-pools-powershell.md).
158166

159167
### Error: The Admin Username specified isn't allowed
160168

@@ -342,7 +350,7 @@ Example of raw error:
342350

343351
**Cause:** The specified Windows Virtual Desktop tenant admin requires Azure Multi-Factor Authentication (MFA) to sign in.
344352

345-
**Fix:** Create a service principal and assign it a role for your Windows Virtual Desktop tenant by following the steps in [Tutorial: Create service principals and role assignments with PowerShell](https://docs.microsoft.com/azure/virtual-desktop/create-service-principal-role-powershell). After verifying that you can sign in to Windows Virtual Desktop with the service principal, rerun the Azure Marketplace offering or the GitHub Azure Resource Manager template, depending on which method you're using. Follow the instructions below to enter the correct parameters for your method.
353+
**Fix:** Create a service principal and assign it a role for your Windows Virtual Desktop tenant by following the steps in [Tutorial: Create service principals and role assignments with PowerShell](create-service-principal-role-powershell.md). After verifying that you can sign in to Windows Virtual Desktop with the service principal, rerun the Azure Marketplace offering or the GitHub Azure Resource Manager template, depending on which method you're using. Follow the instructions below to enter the correct parameters for your method.
346354

347355
If you're running the Azure Marketplace offering, provide values for the following parameters to properly authenticate to Windows Virtual Desktop:
348356

0 commit comments

Comments
 (0)