Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
Hi everyone I'm told that data connection parameterization isn't available until May this year but wondering if anybody has figured out workarounds?
My situation is:
Currently what we are doing is that manually switching the data connection whenever we deploy to Production but it opens up a lot of opportunnity for manual errors. I've tried to set up the connection as a string that I can dynamically put into the pipeline but it seems like it is only available for Fabric items not for actual data connections.
Hi @BriefStop ,
While full parameterization for data connections might not be available until May, there are a few workarounds you can consider:
1. You can use dynamic content to set parameters for certain types of connections. This involves creating a separate pipeline that holds environment-specific variables (like connection strings) and then passing these variables to your main pipeline.
You can look at this document: Solved: Re: Dynamically set Copy data Destination Connecti... - Microsoft Fabric Community
2. For some linked services that don't support dynamic content directly, you can manually modify the JSON configuration to include parameters. So you can use Azure Data Factory to try to solve your problems.
Here is the link I think you can have a look: Copy data from and to Salesforce - Azure Data Factory & Azure Synapse | Microsoft Learn
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you for #1 could you clarify if this would work for a Salesforce connection? When I read though it seems like it's only between Fabric workspaces?
I tried this option before but couldn't seem to give it the exact SF connection string details that were needed.