Forum Discussion

pmscorca's avatar
pmscorca
Icon for Post Prodigy rankPost Prodigy
9 months ago
Solved

Deployment pipeline limitations about mirroring

Hi, I need to implement a SQL Server mirroring and I'd like to know if there are any limitations for deployment pipelines in order to deploy a such feature between environments. I've read that the ...
  • Murtaza_Ghafoor's avatar
    8 months ago

    1-Fabric Deployment Pipelines do not support deploying SQL Analytics Endpoint objects (tables, views, stored procedures).

    2-SQL Server Mirroring is configured outside Fabric, so it is not affected by deployment pipelines.

    You can still deploy Lakehouses, Notebooks, Dataflows, Pipelines, Semantic Models, and Reports using deployment pipelines.

    Any SQL objects needed in the analytics endpoint must be deployed manually or through Git + DevOps.

    Best practice: store SQL scripts in Git and automate their execution separately during environment promotion.