Challenge 7: Replication

< Previous Challenge - Home

Introduction

In this challenge you will learn how to create read replicas for Azure DB for PostgreSQL/MySQL Single Server.

Description

Read replicas can improve the performance scale of read-intensive workloads. They can also be deployed into a different region than the primary and be promoted to a read/write server in the event of a disaster. Azure DB for PostgreSQL/MySQL Flexible Server does not currently support read replicas.

Success Criteria

References