Hi @Randy C , Thank you for reaching Microsoft QnA.
If your Azure Virtual Desktop (AVD) resource opens correctly in the desktop client but nothing happens when you try in the web client, it’s usually due to one of these reasons:
- Supported Browsers and Correct URL
Please access the AVD web client (new URL) using a supported and updated browser. Edge ≥131 / Chrome ≥130 / Safari ≥18 / Firefox ≥128 are supported. Older URLs or versions that are not supported may not function correctly and might not display any error message.
Try opening a new In Private /Incognito window, navigate to the current AVD web client (ARM) site, and sign in again.
- Third-Party Cookies and Pop-Ups
Allow third-party cookies for:
- login.microsoftonline.com
- aadcdn.msftauth.net
- AVD web client domain
Set tracking prevention to Balanced/Standard and allow pop-ups/redirects for the site.
Clear the site data for the AVD web client and then try again in a new session.
https://learn.microsoft.com/en-us/entra/identity-platform/reference-third-party-cookies-spas
- Conditional Access Policies
In Entra Sign-in logs, you can filter by user and the time of your web attempt. Then, check the Conditional Access tab to identify which policy blocked it.
Please make sure that the “Azure Virtual Desktop Azure Resource Manager Provider” app is not targeted with MFA or controls, as it should not require MFA. Check that policies are applied to the correct AVD app IDs and confirm that browser access is not unintentionally blocked.
https://learn.microsoft.com/en-us/entra/identity/conditional-access/troubleshoot-conditional-access
- Network, firewall, or proxy blocking AVD web endpoint
The web client connects to AVD gateways and service endpoints using HTTPS/WSS. If your corporate firewall or proxy blocks the necessary FQDNs or WebSockets over port 443, clicking may not have any effect.
Action: Make sure to allow the required AVD FQDNs/endpoints (service tags or URL list) and enable egress to *.wvd.microsoft.com and related addresses. If a proxy is used, please refer to the AVD proxy guidelines.
https://learn.microsoft.com/en-us/azure/virtual-desktop/required-fqdn-endpoint
5 Check AVD Diagnostics
If you have access to the Azure portal, please review any diagnostic logs or alerts in Azure Monitor or Azure Virtual Desktop diagnostics to identify any potential issues with your environment.
https://learn.microsoft.com/en-us/azure/virtual-desktop/diagnostics-log-analytics
If you need to collect evidence:
Open F12 Developer Tools → Console/Network as you click on the resource, and look for any 401/403 errors or messages about blocked cookies.
If it still doesn’t work, check Entra sign-in logs and network accessibility, and ask your network team to confirm required AVD endpoints are allowed (including Web Sockets).
Let me know if any of these steps help or if you spot any errors in the console log.