Skip to content

Commit bd73164

Browse files
authored
Merge pull request #33353 from arv100kri/patch-1
[Azure search] Note about storage account firewall
2 parents 9b38865 + a90db05 commit bd73164

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

articles/search/search-indexer-troubleshooting.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,11 @@ Azure Storage provides a configurable firewall. By default, the firewall is disa
3030

3131
There's no specific error message when the firewall is enabled. Typically, firewall errors look like `The remote server returned an error: (403) Forbidden`.
3232

33-
You can verify that the firewall is enabled in the [portal](https://docs.microsoft.com/azure/storage/common/storage-network-security#azure-portal). If the firewall is enabled, you have two options for getting around this issue:
33+
You can verify that the firewall is enabled in the [portal](https://docs.microsoft.com/azure/storage/common/storage-network-security#azure-portal). The only supported workaround is to disable the firewall by choosing to allow access from ['All networks'](https://docs.microsoft.com/azure/storage/common/storage-network-security#azure-portal).
3434

35-
1. Disable the firewall by choosing to allow access from ['All networks'](https://docs.microsoft.com/azure/storage/common/storage-network-security#azure-portal)
36-
1. [Add an exception](https://docs.microsoft.com/azure/storage/common/storage-network-security#managing-ip-network-rules) for the IP address of your search service. To find this IP address, use the following command:
35+
If your indexer does not have an attached skillset, you _may_ attempt to [add an exception](https://docs.microsoft.com/azure/storage/common/storage-network-security#managing-ip-network-rules) for the IP addresses of your search service. However, this scenario is not supported and is not guaranteed to work.
3736

38-
`nslookup <service name>.search.windows.net`
39-
40-
Exceptions don't work for [cognitive search](cognitive-search-concept-intro.md). The only workaround is to disable the firewall.
37+
You can find out the IP address of your search service by pinging its FQDN (`<your-search-service-name>.search.windows.net`).
4138

4239
### Cosmos DB
4340

0 commit comments

Comments
 (0)