I tried to setup Remote Desktop Service Deployment in high availability mode over Windows Server 2012 following this link
http://blogs.msdn.com/b/rds/archive/2012/06/27/rd-connection-broker-high-availability-in-windows-server-2012.aspx
Everything works fine. The only issue is with Set-RDConnectionBrokerHighAvailability command. In this command database connection string is working with the IP of database but not with the FQDN of database server. It showed me error that database server is not reachable when i used FQDN. I need that to be work with FQDN. Any help regarding this is appreciated.
Thanks