connection between Azure data factory and IAAS SQL server

Shri Gowtham Tharun Reddy Abbireddy 146 Reputation points
2022-11-24T04:57:42.977+00:00

We have an Azure IaaS database from which we want to copy data via ADF. For that we are currently using Self hosted IR but since the DB is hosted on an Azure VM ,is it possible to directly communicate between ADF and IaaS DB with out Self Hosted IR(By whitelisting some IP or opening some port)

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

Accepted answer
  1. ShaikMaheer-MSFT 38,546 Reputation points Microsoft Employee Moderator
    2022-11-25T06:00:24.04+00:00

    Hi @Shri Gowtham Tharun Reddy Abbireddy ,

    Thank you for posting query in Microsoft Q&A Platform.

    Selfhosted IR will be used to establish connection between Cloud and your private or onprem networks which are not publicly accessible. Click here to know more about selfhosted IR.

    In your case, if your Azure VM is on public and its publicly accessible over internet and no firewall rules blockage of your database then we no need to use selfhosted IR. we can directly use Azure IR. But usually that will be not the case majorly. Your VM may be in some private network hence we have to use selfhosted IR.

    You can consider creating an Azure IR in some specific region. That take IP addresses of that region IR to whitelist. But in this case too still you Azure VM needs to be publicly accessible. Check below link for Azure IR IP addresses.
    https://learn.microsoft.com/en-us/azure/data-factory/azure-integration-runtime-ip-addresses

    So, majority of cases we should consider using selfhosted IR to connect to Azure IaaS database from ADF.

    Hope this helps. Please let me know if any further queries.

    ------------------

    Please consider hitting Accept Answer button. Accepted answers help community as well.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.