Azure Data Factory - IP is not from a specified range

Ignacy Jakowiecki 6 Reputation points
2025-06-17T14:10:57.3266667+00:00

Hi.

I am trying to whitelist my Azure Data Factory Azure Integration Runtime, but the IPs that it is utilizing do not come from DataFactory.WestEurope service tag, but from AzureCloud.WestEurope. The service I'm trying to connect is using IP whitelisting and the AzureCloud.WestEurope list of IPs is too broad to be whitelisted.

Is this a bug?

Thanks,

Ignacy

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. Doaa Ali Hamdan AL-Jarwani 255 Reputation points
    2025-06-17T21:22:27.22+00:00

    Recommended Solutions:

    1. Use a Managed Virtual Network + Private Endpoint

    • Enable Managed VNet Integration in ADF.
    • This allows you to use a private static IP address range and control egress via NAT Gateway.

    Requires using Azure Data Factory Premium features.

    2. Use a Self-Hosted Integration Runtime

    • Deploy a Self-hosted IR inside your own VNet or on-prem environment.
    • You control the IP, so you can easily whitelist it.
    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.