Forum Discussion
Deployment pipeline limitations about mirroring
- 9 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.
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.
- pmscorca8 months ago
Post Prodigy
Hi, it would be preferable the full compatibility with the deployment pipeline.