Forum Discussion
arkiboys2
Helper IV
1 year agofabric ci/cd release pipeline
hello, I am in the process of setting-up the releas epipeline from dev to test. in the dev workspace which has data factory, etc.), the connections are to dev sql server. how can I make sure in te...
- 1 year ago
Hi arkiboys2
Deployment rules in Fabric deployment pipelines do not currently support changing data source connections for data factory pipelines. This means that a pipeline pointing to a dev data source cannot be automatically updated to point to a prod data source during deployment.
Srisakthi
Super User
1 year agoHi arkiboys2 ,
You can utilise Fabric deployment pipeline for deploying from one environment to another. There you have an option of pointing to target db by using deployment rules.
Reference : https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/create-rules?tabs=new-ui
Regards,
Srisakthi