Skip to content

Commit c98a7e9

Browse files
Merge pull request #282072 from johnthcall/patch-1
CosmosDB Firewall - Remove old portal IPs
2 parents bed42f5 + 646aba1 commit c98a7e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/cosmos-db/how-to-configure-firewall.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ When you enable an IP access control policy programmatically, you need to add th
4747
|------|----------|
4848
|China|139.217.8.252|
4949
|US Gov|52.244.48.71|
50-
|All other regions|104.42.195.92,40.76.54.131,52.176.6.30,52.169.50.45,52.187.184.26|
50+
|All other regions|104.42.195.92|
5151

5252
You can enable requests to access the Azure portal by selecting the **Allow access from Azure portal** option, as shown in the following screenshot:
5353

@@ -160,16 +160,16 @@ The example below shows how the **ipRules** property is exposed in API version 2
160160
"enableAutomaticFailover": "[parameters('automaticFailover')]",
161161
"ipRules": [
162162
{
163-
"ipAddressOrRange": "40.76.54.131"
163+
"ipAddressOrRange": "13.91.105.215"
164164
},
165165
{
166-
"ipAddressOrRange": "52.176.6.30"
166+
"ipAddressOrRange": "4.210.172.107"
167167
},
168168
{
169-
"ipAddressOrRange": "52.169.50.45"
169+
"ipAddressOrRange": "13.88.56.148"
170170
},
171171
{
172-
"ipAddressOrRange": "52.187.184.26"
172+
"ipAddressOrRange": "40.91.218.243"
173173
}
174174
]
175175
}
@@ -190,7 +190,7 @@ Here's the same example for any API version prior to 2020-04-01:
190190
"locations": "[variables('locations')]",
191191
"databaseAccountOfferType": "Standard",
192192
"enableAutomaticFailover": "[parameters('automaticFailover')]",
193-
"ipRangeFilter":"40.76.54.131,52.176.6.30,52.169.50.45,52.187.184.26"
193+
"ipRangeFilter":"13.91.105.215,4.210.172.107,13.88.56.148,40.91.218.243"
194194
}
195195
}
196196
```

0 commit comments

Comments
 (0)