Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
ClinDev
Regular Visitor

Mirror SQL Azure via readonly replica

Hello 

We are using a Premium tier P1 SQL Azure database, so we have a readonly replica. When we try to mirror that in Fabric, the connection string window has no option to put the connectionstring. It also does not have the option to select "readonly". This is the screen I am getting in fabric.

ClinDev_0-1727207556279.png

I have 2 issues

1. How do I pass the connection string to the readonly replica in Azure?

2. While the mirroring is going on, the DTU of the source database in Azure shoots up. My worry is that while syncing is going on the source database becomes unresponsive and can no longer be used. Is this expected that the DTU of the source database will shootup when syncing starts?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @ClinDev ,

 

It's currently a preview version, and may not have connection types, but try making the connection. Connections are listed in the documentation for reference:

Tutorial: Configure Microsoft Fabric mirrored databases from Azure SQL Database (Preview) - Microsof...

 

For more questions about mirroring SQL Azure you can refer to:
Frequently asked questions for Mirroring Azure SQL Database in Microsoft Fabric (Preview) - Microsof...

 

Hope it helps!

 

Best regards,
Community Support Team_ Scott Chang

 

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @ClinDev ,

 

To connect to a read-only replica in Azure SQL Database, you need to include the ApplicationIntent=ReadOnly parameter in your connection string.

Read queries on replicas - Azure SQL Database & Azure SQL Managed Instance | Microsoft Learn

DTU will go up, consider off-peak synchronization or temporary capacity expansion.

 

Hope it helps!

 

Best regards,
Community Support Team_ Scott Chang

 

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

 

 

Hi


Thank you for that, but I meant how do I point to that readonly replicae in microsoft Fabric? As I showed in the screenshot above, there is no option in the UI in Fabric when connecting to SQL azure to point to readonly. 

Anonymous
Not applicable

Hi @ClinDev ,

 

It's currently a preview version, and may not have connection types, but try making the connection. Connections are listed in the documentation for reference:

Tutorial: Configure Microsoft Fabric mirrored databases from Azure SQL Database (Preview) - Microsof...

 

For more questions about mirroring SQL Azure you can refer to:
Frequently asked questions for Mirroring Azure SQL Database in Microsoft Fabric (Preview) - Microsof...

 

Hope it helps!

 

Best regards,
Community Support Team_ Scott Chang

 

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors