question

KrishnaNageshKukkadapu-3854 avatar image
0 Votes"
KrishnaNageshKukkadapu-3854 asked LeeColbert-8671 commented

Regarding ADF Trigger

We have an external source which will copy a file on to our on-premise file server. The size of the file is around 10 GB. I want to copy this file to Azure Blob Storage as soon as the file copy is complete on file server using Azure Data Factory.

Can someone help me what type of trigger i can configure for this. I was able to do the copy manually but i am looking if we can automate it. I cannot even schedule this activity as the file copy from external source is at random time.

Thanks

azure-data-factory
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.

1 Answer

VaibhavChaudhari avatar image
0 Votes"
VaibhavChaudhari answered LeeColbert-8671 commented

There is "Event based trigger' in ADF but it works only with Azure storage i.e. as soon as files are placed in Azure storage, pipelines are trigger but in your scenario files are arriving in external file server.

Probably, you will have to use "Scheduled trigger" and schedule pipeline to run every hour or with less interval.


If the response helped, do "Accept Answer" and upvote it -- Vaibhav


· 3
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.

Thanks @VaibhavChaudhari for sharing the answer.

Hi @KrishnaNageshKukkadapu,

We have not received a response from you. Are you still facing the issue? If above answer helped you or you found a solution, would you please share it here with the community. Otherwise, let us know and we will continue to engage with you on the issue.

Thanks.

0 Votes 0 ·

Hi @KrishnaNageshKukkadapu,

If the above answer helped you, would you please share it here with the community. Do let us know for any further queries.

Please do consider to click on "Accept Answer" and "Up-vote" on the post that helps you, as it can be beneficial to other community members

0 Votes 0 ·

We are looking for a solution providing the file created or deleted storage event trigger options for a fileserver connection using a self hosted integration runtime.

Is it possible to have ADF/Synapse trigger a copy activity when a file is created or deleted in the file path provided as a linked service. source?

0 Votes 0 ·