You have a transactional application that stem data in an Azure SQL managed instance. When should you implement a read-only database replica?
You need to generate reports without affecting the transactional workload.
You need to audit the transactional application.
You need to implement high availability in the event of a regional outage
You need to improve the recovery point objective (RPO).
Use read-only replicas to offload read-only query workloads.
Submit