A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
Thamizh Selvi L
- Is a conditional forwarder for microsoftonline.com → 168.63.129.16 the recommended approach?
No. 168.63.129.16 (Azure's virtual DNS IP) is the recommended forwarder target only for resolving your storage account's private endpoint FQDN (<storageaccount>.file.core.windows.net) so it resolves to the private IP — that's the official DNS forwarding scenario. It is not intended or recommended for microsoftonline.com. citeturn4search66 Forwarding microsoftonline.com to 168.63.129.16 won't fix Kerberos auth and may have side effects.
- Other endpoints to allow in DNS / firewall?
The connectivity dependencies depend on the identity source:
AADDS model: Session hosts need network line-of-sight (DNS + ports) to the AADDS managed domain controllers, plus resolution of the Azure Files FQDN to the correct (public or private) endpoint. citeturn4search58
Entra Kerberos model: Outbound HTTPS (443) to login.microsoftonline.com must be reachable; Conditional Access / MFA must not block the storage account app path; and CloudKerberosTicketRetrievalEnabled must be set on the hosts. citeturn4search64turn4search62
- Should AADDS DNS servers have this forwarder?
For an AADDS setup, the relevant requirement is that your session hosts use DNS that can resolve the managed domain and the Azure Files FQDN, not a microsoftonline.com forwarder. The standard private-endpoint forwarding (core.windows.net > 168.63.129.16) is what's documented. citeturn4search66
Recommended next diagnostic steps
To pin the real cause of Event ID 1265:
- Confirm the actual identity source on the storage account (AADDS vs Entra Kerberos) this drives everything.
- Test name resolution + reachability of the correct endpoint for your model (managed-domain DCs for AADDS, or login.microsoftonline.com:443 for Entra Kerberos).
- Capture the specific sub-error / status code in the FSLogix Profile operational log and fslogix_event.txt (Event 1265 is generic; the accompanying error code identifies the real failure).
For Entra Kerberos hosts, validate the cloud TGT with klist cloud_debug / dsregcmd /status and confirm the storage app registration has admin consent. citeturn4search62