Skip to content

Commit 9469e58

Browse files
committed
fixed code label
1 parent 61d98b0 commit 9469e58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-indexer-howto-access-ip-restricted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ This article explains how to find the IP address of your search service and conf
2222
2323
## Get a search service IP address
2424

25-
1. Determine the fully qualified domain name (FQDN) of your search service. This will look like `<search-service-name>.search.windows.net`. You can find the FQDN by looking up your search service on the Azure portal.
25+
1. Get the fully qualified domain name (FQDN) of your search service. This will look like `<search-service-name>.search.windows.net`. You can find the FQDN by looking up your search service on the Azure portal.
2626

2727
:::image type="content" source="media\search-indexer-howto-secure-access\search-service-portal.png" alt-text="Screenshot of the search service Overview page." border="true":::
2828

2929
1. Look up the IP address of the search service by performing a `nslookup` (or a `ping`) of the FQDN on a command prompt. Make sure you remove the "https://" prefix from the FQDN.
3030

3131
1. Copy the IP address so that you can specify it on an inbound rule in the next step. In the example below, the IP address that you should copy is "150.0.0.1".
3232

33-
```azurepowershell
33+
```bash
3434
nslookup contoso.search.windows.net
3535
Server: server.example.org
3636
Address: 10.50.10.50

0 commit comments

Comments
 (0)