Connect from local SQL database inot Azure Data Factory

Ørjan Lønning 21 Reputation points
2020-12-22T15:13:28.52+00:00

Hi.
How can I connect a local SQL database into a Azure Data Factory? In my project, It is necessary to have the updated data in Azure storage, once a day.

Does Copy Moduel in Data Factory work in this case? Or is it just an offline action (one copy without dynamic connection)?

I mean the following link:
https://learn.microsoft.com/en-us/azure/data-factory/tutorial-hybrid-copy-portal

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,529 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,623 questions
SQL Server Other
0 comments No comments
{count} votes

Accepted answer
  1. Vaibhav Chaudhari 38,916 Reputation points Volunteer Moderator
    2020-12-22T15:49:35.603+00:00

    You will have to install self hosted integration runtime in your local machine.

    Create a new linked service, use the above IR created, provide your local SQL server and DB name and that should connect it

    https://www.mssqltips.com/sqlservertip/5812/connect-to-onpremises-data-in-azure-data-factory-with-the-selfhosted-integration-runtime--part-1/


    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Cris Zhan-MSFT 6,661 Reputation points
    2020-12-23T03:11:29.407+00:00

    Hi @Ørjan Lønning ,

    >I mean the following link: https://learn.microsoft.com/en-us/azure/data-factory/tutorial-hybrid-copy-portal

    The document applies to your situation.
    You can add a new trigger for the pipeline, and choose the type of trigger, the start date, and the recurrence frequency.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.