Hi,
We are working on configuring AlwaysOn SQL availability in azure across multi subnets. Following are list of steps which we are comepleted,
Creating primary domain controller in VNet1
Established VNet to Vnet connectivity across virtual networks (http://msdn.microsoft.com/en-us/library/azure/dn690122.aspx)
Created Replica DC in other Data center
Created a VM in each Data Center and connected it to domain. Verified that these VMs are reachable via ping
Completed with required configuration relating to Failover cluster installation, DNS update as given in tutorial (http://msdn.microsoft.com/en-us/library/dn249504.aspx)
After this we are currently struck in a stage how to proceed with cluster configuration when its across Datacenters (or multi subnets). Documentation relates to creating cluster for single Data center and we would like to know what changes we need to do for multi subnet.
Refered below links relating to configuring it across data centers using powershell but couldn't get exactly sequence of steps to be followed for section, "Create the WSFC Cluster"
http://blogs.msdn.com/b/igorpag/archive/2014/07/03/deep-dive-sql-server-alwayson-availability-groups-and-cross-region-virtual-networks-in-azure.aspx
http://blogs.msdn.com/b/clustering/archive/2011/08/31/10204142.aspx
We proceed with steps creating cluster and added both VMs as nodes and got stuck.
Can someone provide with some documentation on how we can proceed for further from here.
Sorry for big post just wanted to be elaborate. Let us know if any more information is required from us.