Skip to content

Commit 502ad43

Browse files
authored
Merge pull request #100387 from Samantha-Yu/adfupdate0108
New article created
2 parents 60ebaad + b8e2a62 commit 502ad43

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed

articles/data-factory/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,8 @@
524524
items:
525525
- name: Data movement security considerations
526526
href: data-movement-security-considerations.md
527+
- name: Azure Integration Runtime IP addresses
528+
href: azure-integration-runtime-ip-addresses.md
527529
- name: Store credentials in Azure Key Vault
528530
href: store-credentials-in-key-vault.md
529531
- name: Use Azure Key Vault secrets in pipeline activities
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
title: Azure Integration Runtime IP addresses
3+
description: Learn which IP addresses you must allow inbound traffic from, in order to properly configure firewalls for securing network access to data stores.
4+
services: data-factory
5+
ms.author: abnarain
6+
author: nabhishek
7+
manager: shwang
8+
ms.reviewer: douglasl
9+
ms.service: data-factory
10+
ms.workload: data-services
11+
ms.topic: conceptual
12+
ms.custom: seo-lt-2019
13+
ms.date: 01/06/2020
14+
---
15+
16+
# Azure Integration Runtime IP addresses
17+
18+
The IP addresses that Azure Integration Runtime uses depends on the region where your Azure integration runtime is located. *All* Azure integration runtimes that are in the same region use the same IP address ranges.
19+
20+
> [!IMPORTANT]
21+
> Data flows does not use these IPs currently.
22+
>
23+
> You can use these IP ranges for Data Movement, Pipeline and External activities executions. These IP ranges can be used for whitelisting in data stores/ Network Security Group (NSG)/ Firewalls for inbound access from Azure Integration runtime.
24+
25+
## Azure Integration Runtime IP addresses: Specific regions
26+
27+
Allow traffic from the IP addresses listed for the Azure Integration runtime in the specific Azure region where your resources are located:
28+
29+
| Country | Region | Allowed Source IP addresses |
30+
| -------------- | ------------------- | ------------------------------------------------------------ |
31+
| Asia | East Asia | 20.189.104.128/25, </br>20.189.106.0/26, </br>13.75.39.112/28 |
32+
| &nbsp; | Southeast Asia | 20.43.128.128/25, </br>20.43.130.0/26, </br>40.78.236.176/28 |
33+
| Australia | Australia East | 20.37.193.0/25,</br>20.37.193.128/26,</br>13.70.74.144/28 |
34+
| &nbsp; | Australia Southeast | 20.42.225.0/25,</br>20.42.225.128/26,</br>13.77.53.160/28 |
35+
| Brazil | Brazil South | 191.235.224.128/25,</br>191.235.225.0/26,</br>191.233.205.160/28 |
36+
| &nbsp; | Canada Central | 52.228.80.128/25,</br>52.228.81.0/26,</br>13.71.175.80/28 |
37+
| Europe | North Europe | 20.38.82.0/23,</br>20.38.80.192/26,</br>13.69.230.96/28 |
38+
| &nbsp; | West Europe | 40.74.26.0/23,</br>40.74.24.192/26,</br>13.69.67.192/28 |
39+
| France | France Central | 20.43.40.128/25,</br>20.43.41.0/26,</br>40.79.132.112/28 |
40+
| India | Central India | 52.140.104.128/25,</br>52.140.105.0/26,</br>20.43.121.48/28 |
41+
| Japan | Japan East | 20.43.64.128/25,</br>20.43.65.0/26,</br>13.78.109.192/28 |
42+
| Korea | Korea Central | 20.41.64.128/25,</br>20.41.65.0/26,</br>52.231.20.64/28 |
43+
| United Kingdom | UK South | 51.104.24.128/25,</br>51.104.25.0/26,</br>51.104.9.32/28 |
44+
| United States | Central US | 20.37.156.0/26,</br>20.37.156.0/26,</br>20.44.10.64/28 |
45+
| | East US | 20.42.2.0/23,</br>20.42.4.0/26,</br>40.71.14.32/28 |
46+
| | East US2 | 20.41.2.0/23,</br>20.41.4.0/26,</br>20.44.17.80/28 |
47+
| | East US 2 EUAP | 20.39.8.128/26,</br>20.39.8.96/27,</br>40.75.35.144/28 |
48+
| | North Central US | 40.80.185.0/25,</br>40.80.185.128/26,</br>52.162.111.48/28 |
49+
| | South Central US | 40.119.9.0/25,</br>40.119.9.128/26,</br>13.73.244.32/28 |
50+
| | West Central US | 52.150.137.128/25,</br>52.150.136.192/26,</br>13.71.199.0/28 |
51+
| | West US | 40.82.250.0/23,</br>40.82.249.64/26,</br>13.86.219.208/28 |
52+
| | West US2 | 20.42.132.0/23,</br>20.42.129.64/26,</br>13.66.143.128/28 |
53+
54+
## Known issue with Azure Storage
55+
56+
* When connecting to Azure Storage account, IP network rules have no effect on requests originating from the Azure integration runtime in the same region as the storage account. For more details, please [refer this article](https://docs.microsoft.com/azure/storage/common/storage-network-security#grant-access-from-an-internet-ip-range).
57+
58+
Instead, we suggest using [trusted services while connecting to Azure Storage](https://techcommunity.microsoft.com/t5/azure-data-factory/data-factory-is-now-a-trusted-service-in-azure-storage-and-azure/ba-p/964993).
59+
60+
## Next steps
61+
62+
* [Security considerations for data movement in Azure Data Factory](data-movement-security-considerations.md)

0 commit comments

Comments
 (0)