Hi,
I am trying to build a HA solution with SQL 2014 and AlwaysOn. My setup is 3 servers on prem and 1 server in Windows Azure with site-to-site VPN in between. My idea is to use the Azure replica as an async copy of some databases that resides on prem.
There is currently some guidence on the web how to setup this listener configuration using powershell and probe configuration. This works fine and the database on prem replicates to the secondary copy in Azure and the listener can do a failover to the Azure replica. All great so far.
My question is now: How can I have a second Availability Group=Secondary listener configured between the same Machines?
Or is it a limitation to this setup, that you can only configure ONE listener to a SQL server within a cloud service in Azure?
I guess the limitation will be the same if both machines are located in Azure?
//Håkan