question

YerzhanovMeiirzhanNorsecDeltaProje-7278 avatar image
0 Votes"
YerzhanovMeiirzhanNorsecDeltaProje-7278 asked KranthiPakala-MSFT commented

Create trigger in git branch

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)?

azure-data-factory
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

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.

0 Votes 0 ·
KranthiPakala-MSFT avatar image
1 Vote"
KranthiPakala-MSFT answered KranthiPakala-MSFT edited

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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

VaibhavChaudhari avatar image
1 Vote"
VaibhavChaudhari answered

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

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.