Just wanted to do a quick video to cover the process of deploying ADF artifacts from Development environment to higher environments like QA, etc. these are the basic steps to get it done (please watch the video for detailed instructions)
- Create a new project in Devops if there is no project set up already
- Make sure Repo is created along with a collaboration branch, by default you will have a main branch there, I usually create development branch where developers will pull their code in after they are done with unit testing
- Configure ADF to connect to Git repository in Devops (make sure to use development as collaboration branch and allow adf_publish to be the default publish branch)
- Make sure to publish your data factory so that you can see the two json files in devops
- Create a new release pipeline
- Create a new release
Great blog! Thanks for posting.
thanks for the blog! can you show us the new CI/CD without adf_publish ? thank you