Connect an ADF resource to an Azure SQL resource in another resource group

Andy Yip 0 Reputation points
2023-06-27T09:48:42.12+00:00

I have a single subscription with 2 resource groups. In 1 RG, I have the Azure SQL DB. In another RG I have an ADF resource which I want to connect to the SQL resource.

Is this possible? If so, how would I need to connect them?

Thanks

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,501 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Tushar Kumar 3,366 Reputation points MVP
    2023-06-27T10:41:59.8833333+00:00

    Hi Andy Yip

    Welcome to Microsoft QnA!

    You can connect to your SQL instance by using Linked services feature within your ADF, irrespective or it bieng anywhere(another RG/on-prem/other cloud).

    https://learn.microsoft.com/en-us/azure/data-factory/connector-sql-server?tabs=data-factory

    From Network connectivity standpoint you can use multiple way whatever suits your requirement :

    https://learn.microsoft.com/en-us/azure/data-factory/tutorial-copy-data-portal-private you can follow the link to explore further.

    Please "Accept as answer" if this helps

    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.