When I create trigger in ADF with Azure SDK(API) it creates in live branch. However I need to create trigger in dev branch to test it. Is it possible to create trigger in git branch using Azure SDK(API)?
When I create trigger in ADF with Azure SDK(API) it creates in live branch. However I need to create trigger in dev branch to test it. Is it possible to create trigger in git branch using Azure SDK(API)?
Hi @YerzhanovMeiirzhanNorsecDeltaProje-7278 ,
Just checking in to see if the below suggestion was helpful. If it answers your query, please do click “Accept Answer” and/or Up-Vote, as it might be beneficial to other community members reading this thread. And, if you have any further query do let us know.
Hi @YerzhanovMeiirzhanNorsecDeltaProje-7278 ,
Thanks for using Microsoft Q&A forum and posting your query.
Unfortunately it is not possible create a trigger in git brach using Powershell/SDK's. Changes made via PowerShell or an SDK are published directly to the Data Factory service (live mode), and are not entered into Git.
The only option is to make changes through UI/ADF portal.
Hope this clarifies your ask. Do let us know if you have further query.
Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.
Right now, there is no way to push changes to feature or any local branch. When ADF is integrated with GIT, always use ADF UI in the portal for development
Read a note given in here - https://docs.microsoft.com/en-us/azure/data-factory/source-control#advantages-of-git-integration
Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav
9 people are following this question.