How do i get public static Ip for Data Factory

Himanshu Devrani 11 Reputation points
2021-09-07T10:32:31.137+00:00

I am having a data factory and I want to get its static IP so that I can whitelist that IP to connect with my datastore. I have gone through the list of IP ranges provided by Microsoft but could not find a permanent solution because these IPs will get changes every week. Another question what is the role of Azure auto resolve IR and self hosted IR . Can't I use Azure auto resolve IR and use static IP ranges to connect with cloud data stores(Azure sql db).

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

1 answer

Sort by: Most helpful
  1. Nandan Hegde 36,146 Reputation points MVP Volunteer Moderator
    2021-09-07T10:45:02.35+00:00

    Hey,
    There is a similar mail thread:
    https://learn.microsoft.com/en-us/answers/questions/89413/public-ip-address-adf.html

    The Integration Runtime (IR) is the compute infrastructure used by Azure Data Factory to provide the data integration capabilities across different network environments.

    Self hosed IR is wherein you are leveraging your own server/system to function as compute node
    .

    For additional details:https://learn.microsoft.com/en-us/azure/data-factory/concepts-integration-runtime

    To connect to Azure sources via ADF like Azure SQL database, you can use Auto IR and then there is no need to whitelist any IPs as long as we enable the property in Azure SQL server :

    129923-image.png

    If that property is disabled, you would need to whitelist the IPs of the region of the data factory in firewall


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.