Hi David,
For geo‑redundancy with SQL Server Always On Availability Groups, the requirements depend on whether you’re planning synchronous commit across regions or just asynchronous disaster recovery. At a minimum, you need Windows Server Failover Clustering configured across sites, Active Directory replication between domains if they’re separate, and a reliable low‑latency network if you expect synchronous commit. If you’re only targeting DR, asynchronous commit replicas in the secondary region are supported, but you’ll need to handle automatic failover manually since cross‑region synchronous quorum is rarely practical. Storage isn’t shared, so each site must maintain its own copies, and you’ll need to ensure DNS or listener redirection is properly configured for client failover.
Can you clarify whether your goal is active‑active high availability across regions, or simply a disaster recovery replica in a secondary site? That distinction changes the requirements significantly.Domic V.