Skip to content

Commit f85487a

Browse files
Merge pull request #249023 from JnHs/jh-portal-wildcard0823
update wildcard note and details
2 parents f583247 + bebb621 commit f85487a

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

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

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Allow the Azure portal URLs on your firewall or proxy server
33
description: To optimize connectivity between your network and the Azure portal and its services, we recommend you add these URLs to your allowlist.
4-
ms.date: 05/18/2023
4+
ms.date: 08/22/2023
55
ms.topic: conceptual
66
---
77

@@ -20,8 +20,10 @@ You can use [service tags](../virtual-network/service-tags-overview.md) to defin
2020

2121
The URL endpoints to allow for the Azure portal are specific to the Azure cloud where your organization is deployed. To allow network traffic to these endpoints to bypass restrictions, select your cloud, then add the list of URLs to your proxy server or firewall. We do not recommend adding any additional portal-related URLs aside from those listed here, although you may want to add URLs related to other Microsoft products and services. Depending on which services you use, you may not need to include all of these URLs in your allowlist.
2222

23-
> [!NOTE]
24-
> Including the wildcard symbol (\*) at the start of an endpoint will allow all subdomains. Avoid adding a wildcard symbol to endpoints listed here that don't already include one. Instead, if you identify additional subdomains of an endpoint that are needed for your particular scenario, we recommend that you allow only that particular subdomain.
23+
> [!IMPORTANT]
24+
> Including the wildcard symbol (\*) at the start of an endpoint will allow all subdomains. For endpoints with wildcards, we also advise you to add the URL without the wildcard. For example, you should add both `*.portal.azure.com` and `portal.azure.com` to ensure that access to the domain is allowed with or without a subdomain.
25+
>
26+
> Avoid adding a wildcard symbol to endpoints listed here that don't already include one. Instead, if you identify additional subdomains of an endpoint that are needed for your particular scenario, we recommend that you allow only that particular subdomain.
2527
2628
### [Public Cloud](#tab/public-cloud)
2729

@@ -46,16 +48,12 @@ login.live.com
4648
#### Azure portal framework
4749

4850
```
49-
portal.azure.com
5051
*.portal.azure.com
5152
*.hosting.portal.azure.net
52-
reactblade.portal.azure.net
5353
*.reactblade.portal.azure.net
5454
management.azure.com
5555
*.ext.azure.com
56-
graph.windows.net
5756
*.graph.windows.net
58-
graph.microsoft.com
5957
*.graph.microsoft.com
6058
```
6159

@@ -65,7 +63,6 @@ graph.microsoft.com
6563
*.account.microsoft.com
6664
*.bmx.azure.com
6765
*.subscriptionrp.trafficmanager.net
68-
signup.azure.com
6966
*.signup.azure.com
7067
```
7168

0 commit comments

Comments
 (0)