You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/api-management-howto-ip-addresses.md
+18-27Lines changed: 18 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,40 +94,31 @@ API Management uses a public IP address for a connection outside the VNet or a p
94
94
95
95
If your API Management service is a Consumption tier service, it doesn't have a dedicated IP address. Consumption tier service runs on a shared infrastructure and without a deterministic IP address.
96
96
97
-
For traffic restriction purposes, you can use the range of IP addresses of Azure data centers. You can [download a JSON file that lists IP addresses for all Azure data centers](https://www.microsoft.com/en-us/download/details.aspx?id=56519). Then find the JSON fragment that applies to the region that your API Management runs in.
97
+
If you need to add the outbound IP addresses used by your Consumption tier instance to an allowlist, you can add the instance's data center (Azure region) to an allowlist. You can [download a JSON file that lists IP addresses for all Azure data centers](https://www.microsoft.com/download/details.aspx?id=56519). Then find the JSON fragment that applies to the region that your instance runs in.
98
98
99
99
For example, the following JSON fragment is what the allowlist for Western Europe might look like:
100
100
101
101
```json
102
102
{
103
-
"name": "ApiManagement.WestEurope",
104
-
"id": "ApiManagement.WestEurope",
105
-
"properties": {
106
-
"changeNumber": 3,
107
-
"region": "westeurope",
108
-
"regionId": 18,
109
-
"platform": "Azure",
110
-
"systemService": "AzureApiManagement",
111
-
"addressPrefixes": [
112
-
"13.69.64.76/31",
113
-
"13.69.66.144/28",
114
-
"20.86.92.254/31",
115
-
"23.101.67.140/32",
116
-
"51.145.179.78/32",
117
-
"137.117.160.56/32",
118
-
"2603:1020:206:402::140/124"
119
-
],
120
-
"networkFeatures": [
121
-
"API",
122
-
"NSG",
123
-
"UDR",
124
-
"FW"
125
-
]
126
-
}
127
-
}
103
+
"name": "AzureCloud.westeurope",
104
+
"id": "AzureCloud.westeurope",
105
+
"properties": {
106
+
"changeNumber": 9,
107
+
"region": "westeurope",
108
+
"platform": "Azure",
109
+
"systemService": "",
110
+
"addressPrefixes": [
111
+
"13.69.0.0/17",
112
+
"13.73.128.0/18",
113
+
... Some IP addresses not shown here
114
+
"213.199.180.192/27",
115
+
"213.199.183.0/24"
116
+
]
117
+
}
118
+
}
128
119
```
129
120
130
-
For information about when this file is updated and when the IP addresses change, expand the **Details** section of the [Download Center page](https://www.microsoft.com/en-us/download/details.aspx?id=56519).
121
+
For information about when this file is updated and when the IP addresses change, expand the **Details** section of the [Download Center page](https://www.microsoft.com/en-us/download/details.aspx?id=56519).
0 commit comments