Active - Active Azure SQL Database setup across two regions

Ratish Kumar 71 Reputation points
2022-06-20T17:10:03.02+00:00

213037-active-active.jpg

Hi , we are planning to implement an active active AKS cluster setup across Australia east and Australia Canberra region. the web traffic will be load balanced through traffic manager however in the backend it will write to the database instance which should be synced across regions. This is for HA DB requirement. could you please review the attached and advice whether two SQL PaaS instances are really required or one would be enough. Else what would be the best alternative for both Azure SQL as well as Azure Postgres from active active config perspective. Each user connecting from the different geography should always get the updated data record.

Thanks.
Ratish

Azure SQL Database
Azure Database for PostgreSQL
0 comments No comments
{count} vote

Accepted answer
  1. Alberto Morillo 32,896 Reputation points MVP
    2022-06-20T20:02:33.147+00:00

    You can have two Azure SQL Databases being active-active (in-sync between them and both read-write) using SQL Data Sync.

    With Azure SQL Postgres you cannot have read-write replicas and SQL Data Sync is not supported. You can use Azure SQL or use Cosmos DB that allows geographically distributed databases.

    0 comments No comments

0 additional answers

Sort by: Most helpful