Skip to content

Commit 47ad4ae

Browse files
authored
Update availability-group-manually-configure-multiple-regions.md
Although the doc uses VNet-to-VNet VPN for connectivity, some customers use Global VNet peering and select Basic Load Balancers. This configuration will stop connectivity to the listener in a remote region. Added additional point to LB selection for clarity.
1 parent 5b5df39 commit 47ad4ae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

azure-sql/virtual-machines/windows/availability-group-manually-configure-multiple-regions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ To create a replica in a remote data center, do the following steps:
8484
- Use a TCP port probe specific to the IP address.
8585
- Have a load balancing rule specific to the SQL Server in the same region.
8686
- Be a Standard Load Balancer if the virtual machines in the backend pool are not part of either a single availability set or virtual machine scale set. For additional information review [Azure Load Balancer Standard overview](../../../load-balancer/load-balancer-overview.md).
87+
- Be a Standard Load Balancer if the two virtual networks in two different regions are peered over Global VNet Peering. For additional information review [Azure Virtual Network frequently asked questions (FAQ)](../../../virtual-network/virtual-networks-faq.md#what-are-the-constraints-related-to-global-vnet-peering-and-load-balancers).
8788

8889
1. [Add Failover Clustering feature to the new SQL Server](availability-group-manually-configure-prerequisites-tutorial.md#add-failover-clustering-features-to-both-sql-server-vms).
8990

@@ -201,4 +202,4 @@ For more information, see the following topics:
201202
* [Always On Availability Groups](/sql/database-engine/availability-groups/windows/always-on-availability-groups-sql-server)
202203
* [Azure Virtual Machines](../../../virtual-machines/windows/index.yml)
203204
* [Azure Load Balancers](availability-group-manually-configure-tutorial.md#configure-internal-load-balancer)
204-
* [Azure Availability Sets](../../../virtual-machines/manage-availability.md)
205+
* [Azure Availability Sets](../../../virtual-machines/manage-availability.md)

0 commit comments

Comments
 (0)