Ensure that your Microsoft Azure Cosmos DB for PostgreSQL clusters are configured for high availability (HA) in order to improve availability and resiliency of your applications.
Configuring Azure Cosmos DB for PostgreSQL clusters for high availability (HA) is essential for ensuring continuous operation and minimizing downtime for your applications. It achieves this by maintaining standby replicas of each node, enabling automatic failover in case of a primary node failure, and guaranteeing data consistency with zero data loss. This setup helps meet demanding SLAs for mission-critical applications.
Audit
To determine if your Azure Cosmos DB for PostgreSQL clusters are configured for high availability, perform the following operations:
Remediation / Resolution
To enable and configure high availability (HA) for your Azure Cosmos DB for PostgreSQL clusters, perform the following operations:
References
- Azure Official Documentation
- High availability in Azure Cosmos DB for PostgreSQL
- Configure high availability in Azure Cosmos DB for PostgreSQL
- Azure Command Line Interface (CLI) Documentation
- az account list
- az account set
- az cosmosdb postgres cluster list
- az cosmosdb postgres cluster show
- az cosmosdb postgres cluster update