Forum Discussion
aniliri
Feb 10, 2025Copper Contributor
Unable to connect Azure Desktop
Yesterday I installed OPENVPN and configured it to run without user interruption, after restarting the machine unable to connect azure desktop. Under the host pool all health showing good except. Ur...
Kidd_Ip
Feb 11, 2025MVP
Take this:
- Check Network Configuration: Ensure that your network configuration allows outbound traffic to the required URLs over TCP port 443. This includes checking your firewall and proxy settings.
- Verify URL Accessibility:
- Open Command Prompt (CMD) with administrator privileges.
- Use the ping command to check if the URLs are reachable. For example, ping 607547e3-415a-4da6-bfcd-719dc9d86871.rdbroker.wvd.microsoft.com.
- Update Firewall Rules: Make sure that your firewall rules are configured to allow traffic to the required URLs. You may need to add exceptions for these URLs in your firewall settings.
- Reconfigure VPN Settings: Since you mentioned that you installed and configured OpenVPN, ensure that the VPN settings are not blocking access to the required URLs. You might need to adjust the VPN configuration to allow traffic to these URLs.
- Restart AVD Services: Sometimes, restarting the AVD services can help resolve connectivity issues. You can do this by restarting the session host or the AVD services on the host.
- aniliriFeb 28, 2025Copper Contributor
Thank you for your support.