Share via

release pipelines - Dev to test

arkiboys 9,711 Reputation points
2022-01-31T12:08:21.023+00:00

Hello,
In data factory Dev environment, I have the datasets pointing to Dev.
When I strat creating release pipelines for the CI/CD process, then the pipelines will go to testing environment but what happens to the linkedservices.
How do the linkedservices point to test rather than Dev?

Thank you

Azure Data Factory
Azure Data Factory

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

0 comments No comments

Answer accepted by question author

AnnuKumari-MSFT 34,571 Reputation points Microsoft Employee Moderator
2022-01-31T13:08:49.667+00:00

Hi @arkiboys ,
Thankyou for using Microsoft Q&A platform and posting your question.
1. Go to the variables tab in your release pipeline and add the connection string of your linked services there . Update it according to your higher environment connection details. You will find the connection string in the Json of your linked service from dev environment adf.

169858-image.png

169877-image.png

169810-image.png

2. Now go to your deployment task , underneath there will be an override parameter option
169828-image.png

3. Click on the right side ellipses, and add name and value of the parameters . Once you click ok, it will generate the override parameter code automatically

169860-image.png

For more details, you can watch : https://www.youtube.com/watch?v=jJcikWOUqOk&t=2081s

Hope this will help. Please let us know if any further queries.

------------------------------

  • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you.
    Original posters help the community find answers faster by identifying the correct answer. Here is how
  • Want a reminder to come back and check responses? Here is how to subscribe to a notification
  • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators

Was this answer helpful?

0 comments No comments

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.