How to add 100 plus source link in ADF pipeline to transfer data to single destintion.

AGP 40 Reputation points
2024-09-29T13:21:02.1033333+00:00

I need to transfer data from multiple source sql servers( almost 100 plus) to a single destination using ADF, Is there is any way to add these much servers to ADF as source

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,917 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,785 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,679 questions
{count} votes

Accepted answer
  1. MikeyQiaoMSFT-0444 3,025 Reputation points
    2024-09-30T07:33:46.65+00:00

    Hi,AGPUsing dataset parameterization on dynamic templates can facilitate the management of numerous data source configurations. The following link shows a simple example and operational details.

    https://learn.microsoft.com/en-us/azure/data-factory/how-to-expression-language-functions

    https://medium.com/@meetalpa/mastering-parameterization-in-azure-data-factory-azure-synapse-analytics-and-microsoft-fabric-for-131f7aa92ee3

    Regards

    Mikey Qiao


    If you're satisfied with the answer, don't forget to "Accept it," as this will help others who have similar questions to yours.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Nandan Hegde 32,336 Reputation points MVP
    2024-09-29T16:28:54.04+00:00

    You can have a meta data driven framework wherein you can follow the below process: Create a dynamic linked service and have a config table with list of all servers and database name and pass the details in for each activity which would hoat your copy activity

    1 person found this answer helpful.
    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.