Skip to content

Commit 4815997

Browse files
authored
Update search-indexer-troubleshooting.md
Problem: The hyperlink for "Azure Cosmos DB" is pointing to "Configure Azure Storage firewalls and virtual networks" which is incorrect. Expected: The hyperlink should point to "Configure IP firewall in Azure Cosmos DB". Link: https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-configure-firewall Solution: I have updated the hyperlink and new hyperlink: https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-configure-firewall.
1 parent 51f1731 commit 4815997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-indexer-troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ There are two options for allowing indexers to access these resources in such an
3838
* Configure an inbound rule for the IP address of your search service and the IP address range of `AzureCognitiveSearch` [service tag](/azure/virtual-network/service-tags-overview#available-service-tags). Details for configuring IP address range restrictions for each data source type can be found from the following links:
3939

4040
* [Azure Storage](/azure/storage/common/storage-network-security#grant-access-from-an-internet-ip-range)
41-
* [Azure Cosmos DB](/azure/storage/common/storage-network-security#grant-access-from-an-internet-ip-range)
41+
* [Azure Cosmos DB](/azure/cosmos-db/how-to-configure-firewall)
4242
* [Azure SQL](/azure/azure-sql/database/firewall-configure#create-and-manage-ip-firewall-rules)
4343

4444
* As a last resort or as a temporary measure, disable the firewall by allowing access from **All Networks**.

0 commit comments

Comments
 (0)