DataCenter 1 - two SQL servers (replicas) in HA. Configured w synch and automatic failover. Azure LB.
DataCenter 2 - two SQL servers (replicas) in HA. Configured w asynch within the AG. Manual failover within the AG so that SQL nodes in DataCenter 1 SQL do not failover automatically to DataCenter 2.
How do we configure the Azure LB at each site? Can I assume the each LB would include only the SQL servers for each site?
DataCenter 1 - SQL server A, SQL server B, Load Balancer 1
DataCenter 2 - SQL server C, SQL server D, Load Balancer 2
Load Balancer 1 has a backend pool of SQL server A and SQL server B
Load Balancer 2 has a backend pool of SQL server C and SQL server D
Are the backend pools correct for the Load balancers above?
dsk