Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in Azure by (17.6k points)

I am trying to move an on-premises file to a different directory after they are done getting copied over to azure blob storage, using azure data factory. Does anybody have an idea on how to achieve it?

closed

1 Answer

0 votes
by (47.2k points)
selected by
 
Best answer

If you want to move an on-premises file, the first requirement is to install self-hosted integration run time and then you can create an event-based trigger that can be created in Data factory V2 pipeline which would trigger pipelines based on events

  • Create a new data factory

  • After deployment of data factory, click on Author and monitor

  • Now select copy data

  • Mention the source data store and import the database which you want to copy, then create a linked service for it.

  • Mention the destination datastore and then create a linked service for it.

  • Finally, run the pipeline to copy data from the source data store to the destination datastore.

Browse Categories

...