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/azure-portal/azure-portal-safelist-urls.md
+57-27Lines changed: 57 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: azure-portal
5
5
keywords:
6
6
author: kfollis
7
7
ms.author: kfollis
8
-
ms.date: 07/29/2019
8
+
ms.date: 08/29/2019
9
9
ms.topic: conceptual
10
10
11
11
ms.service: azure-portal
@@ -17,36 +17,66 @@ For good performance and connectivity between your local- or wide-area network a
17
17
18
18
## Azure portal URLs for proxy bypass
19
19
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
+
---
44
68
45
69
> [!NOTE]
46
70
> Traffic to these endpoints uses standard TCP ports for HTTP (80) and HTTPS (443).
47
71
>
48
72
>
49
73
## Next steps
50
74
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:
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