Skip to content

Commit 86c216a

Browse files
Merge pull request #474 from HeidiSteen/heidist-fresh
[azure search] azure portal government cloud (portal IP address)
2 parents bdff0c6 + 03f131e commit 86c216a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/search/service-configure-firewall.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: cognitive-search
1010
ms.custom:
1111
- ignite-2023
1212
ms.topic: how-to
13-
ms.date: 06/27/2024
13+
ms.date: 09/24/2024
1414
---
1515

1616
# Configure network access and firewall rules for Azure AI Search
@@ -96,9 +96,12 @@ When IP rules are configured, some features of the Azure portal are disabled. Yo
9696

9797
You can restore portal access to the full range of search service operations by adding the portal IP address.
9898

99-
To get the portal's IP address, perform `nslookup` (or `ping`) on `stamp2.ext.search.windows.net`, which is the domain of the traffic manager. For nslookup, the IP address is visible in the "Non-authoritative answer" portion of the response.
99+
To get the portal's IP address, perform `nslookup` (or `ping`) on:
100100

101-
In the following example, the IP address that you should copy is `52.252.175.48`.
101+
+ `stamp2.ext.search.windows.net`, which is the domain of the traffic manager for the Azure public cloud.
102+
+ `stamp2.ext.search.azure.us` for Azure Government cloud.
103+
104+
For nslookup, the IP address is visible in the "Non-authoritative answer" portion of the response. In the following example, the IP address that you should copy is `52.252.175.48`.
102105

103106
```bash
104107
$ nslookup stamp2.ext.search.windows.net

0 commit comments

Comments
 (0)