Skip to content

Commit 8d4ab03

Browse files
authored
Updated APIM outbound IP address range for Consumption tier
1 parent 06081d3 commit 8d4ab03

File tree

1 file changed

+18
-27
lines changed

1 file changed

+18
-27
lines changed

articles/api-management/api-management-howto-ip-addresses.md

Lines changed: 18 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -94,40 +94,31 @@ API Management uses a public IP address for a connection outside the VNet or a p
9494

9595
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.
9696

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.
9898

9999
For example, the following JSON fragment is what the allowlist for Western Europe might look like:
100100

101101
```json
102102
{
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+
}
128119
```
129120

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).
131122

132123
## Changes to the IP addresses
133124

0 commit comments

Comments
 (0)