Example for Fabric Data Pipeline CICD with variable substitution.

John Aherne 176 Reputation points
2026-08-19T17:30:31.26+00:00

Hi All,

I am hoping someone can help me figure out how to implement CICD with connection substitution for a Fabric Data Factory pipeline.

An example would be awesome - All I want to do is to promote a Data Factory pipeline to another environment and swap the connections automatically. Like how linked services were swapped in ADF when promoted - Anything using that linked service would now use the new connection.

I am using Azure DevOps and will have some complex data pipelines in a Fabric workspace.

Thanks!

John

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.


Answer accepted by question author
Nandan Hegde 36,966 Reputation points MVP Volunteer Moderator
2026-08-22T05:57:12.0866667+00:00

You would need to set up Variable library and set up the connection details and the default value set which would be 1 time manual across the workspaces:

User's image

And then reference the variable library values across your connections :
User's image

This is the closest for CI CD.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.