Skip to content

Commit 06081d3

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#97871
Instead of redirecting to Function docs, added the details here for simplicity with API Management example.
1 parent 63386b0 commit 06081d3

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

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

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,40 @@ 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. Refer to [the Azure Functions documentation article](../azure-functions/ip-addresses.md#data-center-outbound-ip-addresses) for precise steps.
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.
98+
99+
For example, the following JSON fragment is what the allowlist for Western Europe might look like:
100+
101+
```json
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+
}
128+
```
129+
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).
98131

99132
## Changes to the IP addresses
100133

0 commit comments

Comments
 (0)