Skip to content

Commit 8fafbc8

Browse files
authored
Merge pull request #87035 from kfollis/kfollis_safelistupdate
add add'l clouds to safelist article
2 parents 9d6bbd1 + 21ae393 commit 8fafbc8

File tree

1 file changed

+57
-27
lines changed

1 file changed

+57
-27
lines changed

articles/azure-portal/azure-portal-safelist-urls.md

Lines changed: 57 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-portal
55
keywords:
66
author: kfollis
77
ms.author: kfollis
8-
ms.date: 07/29/2019
8+
ms.date: 08/29/2019
99
ms.topic: conceptual
1010

1111
ms.service: azure-portal
@@ -17,36 +17,66 @@ For good performance and connectivity between your local- or wide-area network a
1717

1818
## Azure portal URLs for proxy bypass
1919

20-
Add the following list of URLs to your proxy server or firewall to allow network traffic to these endpoints to bypass restrictions:
21-
22-
* *.aadcdn.microsoftonline-p.com
23-
* *.aimon.applicationinsights.io
24-
* *.azure.com
25-
* *.azuredatalakestore.net
26-
* *.azureedge.net
27-
* *.exp.azure.com
28-
* *.ext.azure.com
29-
* *.gfx.ms
30-
* *.account.microsoft.com
31-
* *.hosting.portal.azure.net
32-
* *.marketplaceapi.microsoft.com
33-
* *.microsoftonline.com
34-
* *.msauth.net
35-
* *.msftauth.net
36-
* *.portal.azure.com
37-
* *.portalext.visualstudio.com
38-
* *.sts.microsoft.com
39-
* *.vortex.data.microsoft.com
40-
* *.vscommerce.visualstudio.com
41-
* *.vssps.visualstudio.com
42-
* *.windows.net
43-
* *.wpc.azureedge.net
20+
The URL endpoints to safelist for the Azure portal are specific to the Azure cloud where your organization is deployed. Select your cloud, then add the list of URLs to your proxy server or firewall to allow network traffic to these endpoints to bypass restrictions.
21+
22+
#### [Public Cloud](#tab/public-cloud)
23+
```
24+
*.aadcdn.microsoftonline-p.com
25+
*.aka.ms
26+
*.applicationinsights.io
27+
*.azure.com
28+
*.azure.net
29+
*.azureafd.net
30+
*.azure-api.net
31+
*.azuredatalakestore.net
32+
*.azureedge.net
33+
*.loganalytics.io
34+
*.microsoft.com
35+
*.microsoftonline.com
36+
*.microsoftonline-p.com
37+
*.msauth.net
38+
*.msftauth.net
39+
*.trafficmanager.net
40+
*.visualstudio.com
41+
*.windows.net
42+
*.windows-int.net
43+
```
44+
45+
#### [U.S. Government Cloud](#tab/us-government-cloud)
46+
```
47+
*.azure.us
48+
*.loganalytics.us
49+
*.microsoft.us
50+
*.microsoftonline.us
51+
*.msauth.net
52+
*.usgovcloudapi.net
53+
*.usgovtrafficmanager.net
54+
*.windowsazure.us
55+
```
56+
57+
#### [China Government Cloud](#tab/china-government-cloud)
58+
```
59+
*.azure.cn
60+
*.microsoft.cn
61+
*.microsoftonline.cn
62+
*.chinacloudapi.cn
63+
*.trafficmanager.cn
64+
*.chinacloudsites.cn
65+
*.windowsazure.cn
66+
```
67+
---
4468

4569
> [!NOTE]
4670
> Traffic to these endpoints uses standard TCP ports for HTTP (80) and HTTPS (443).
4771
>
4872
>
4973
## Next steps
5074

51-
* Need to safelist IP addresses? Download the list of [Microsoft Azure datacenter IP ranges](https://www.microsoft.com/download/details.aspx?id=41653).
52-
* Other Microsoft services use additional URLs and IP addresses for connectivity. To optimize network connectivity for Microsoft 365 services, see [Set up your network for Office 365](/office365/enterprise/set-up-network-for-office-365).
75+
Need to safelist IP addresses? Download the list of Microsoft Azure datacenter IP ranges for your cloud:
76+
77+
* [Worldwide](https://www.microsoft.com/download/details.aspx?id=56519)
78+
* [U.S. Government](http://www.microsoft.com/download/details.aspx?id=57063)
79+
* [Germany](http://www.microsoft.com/download/details.aspx?id=57064)
80+
* [China](http://www.microsoft.com/download/details.aspx?id=57062)
81+
82+
Other Microsoft services use additional URLs and IP addresses for connectivity. To optimize network connectivity for Microsoft 365 services, see [Set up your network for Office 365](/office365/enterprise/set-up-network-for-office-365).

0 commit comments

Comments
 (0)