Do you know what happens when you enable zonal redundancy for your SQL managed instance?
Understanding Zonal Redundancy in Azure SQL MI
2
Do you know what happens when you enable zonal redundancy for your SQL managed instance?
The Business Critical tier of Azure SQL Managed Instance offers the read-scale out feature enabling you to distribute read-only workloads such as reporting and analytics across built-in replicated secondary replicas within the same region. You can use this by specifying ApplicationIntent=ReadOnly in your connection string, your queries are then automatically routed to these replicas.