Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Ask the Fabric Databases & App Development teams anything! Live on Reddit on August 26th. Learn more.

Reply
BenLyon
Frequent Visitor

Deplyment pipeline switch between dev and prod for a stored procedure

Hello,

 

I have a problem when i deployed my pipeline data factory all of the stored procedures are connected with the datawarehouse of dev. How can i make a deployment rule for my data pipeline in fabric ?

 

Thanks

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @BenLyon ,

I think you can do these steps below:

 

1. Use parameters to define environment-specific values such as connection strings, database names, and stored procedure names.

 

2. Maintain separate configuration files for each environment (e.g., dev, test, prod) that contain the environment-specific values.

 

3. Write deployment scripts that read the configuration files and apply the environment-specific values to the pipeline parameters during deployment.

 

4. Use a CI/CD tool like Azure DevOps to automate the deployment process, ensuring that the correct configuration file is used based on the target environment.

 

 

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.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @BenLyon ,

I think you can do these steps below:

 

1. Use parameters to define environment-specific values such as connection strings, database names, and stored procedure names.

 

2. Maintain separate configuration files for each environment (e.g., dev, test, prod) that contain the environment-specific values.

 

3. Write deployment scripts that read the configuration files and apply the environment-specific values to the pipeline parameters during deployment.

 

4. Use a CI/CD tool like Azure DevOps to automate the deployment process, ensuring that the correct configuration file is used based on the target environment.

 

 

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.

Hello Yilong Zhou

Thank you so much for you answer. The fact that MS does not given the opportunity to make a deployment rules for a data pipeline yet is terrible but this is it. 
See you

Helpful resources

Announcements
Fabric July 2025 Monthly Update Carousel

Fabric Monthly Update - July 2025

Check out the July 2025 Fabric update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.