A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
Hello NSM,
An 18-second reconnect to an existing AVD session isn't inherently abnormal, especially when the authentication flow includes ThinOS + Imprivata + Microsoft Entra ID + the AVD broker. Based on your breakdown, the largest contributor appears to be the ~10-second Entra authentication, not the broker connection itself.
To better isolate the delay, I'd recommend checking:
- AVD Connection Diagnostics to measure broker connection, feed retrieval, and session host connection times.
- Microsoft Entra sign-in logs for Conditional Access evaluation time, MFA, Identity Protection, or token acquisition latency, even if no failures are reported.
- Imprivata logs to determine whether badge authentication or SSO token issuance is introducing additional latency before Entra authentication begins.
- Test from a Windows client using the Remote Desktop client/Web client against the same AVD host pool. If sign-in is significantly faster, that would point toward the ThinOS client or its authentication integration rather than AVD itself.
- Verify you're running the latest Dell ThinOS firmware and AVD package, as performance improvements for Web Account Manager (WAM) and Entra authentication are included in newer releases.
Since the broker portion is only taking around 7 seconds, I'd focus first on the authentication path rather than the AVD infrastructure. If possible, collect an AVD Connection Diagnostics report and correlate it with the Entra sign-in logs for the same session. They usually make it much easier to pinpoint where the time is being spent.
Please "Accept the Answer" if this information helped you. This will help us and others in the community as well.