Skip to content

Commit 1fa9972

Browse files
authored
Update date and add access denied error section
Updated the date for the article and added a new error section regarding access denial to Virtual Network/Firewall rules.
1 parent 16fb991 commit 1fa9972

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

articles/search/cognitive-search-common-errors-warnings.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-ai-search
99
ms.custom:
1010
- ignite-2023
1111
ms.topic: concept-article
12-
ms.date: 02/19/2025
12+
ms.date: 09/21/2025
1313
ms.update-cycle: 180-days
1414
---
1515

@@ -423,3 +423,13 @@ This error usually happens in Azure SQL indexers when the source column type use
423423
For example, if the column used for change detection is of type datetime, but the indexer expects a rowversion type because convertHighWaterMarkToRowVersion is enabled, the mismatch will cause an error.
424424

425425
Check the data type for the 'High Water Mark' column in the source and update the indexer configuration accordingly. Once verified and updated, reset and rerun the indexer to process the column values.
426+
427+
## `Error: Access denied to Virtual Network/Firewall rules.`
428+
429+
This error typically occurs due to one of the following:
430+
- Firewall restrictions on Azure resources required by your indexer, depending on your configuration. These resources may include: the [data source](search-data-sources-gallery.md#generally-available-data-sources-by-azure-ai-search), Azure Storage account (used for [debug sessions](cognitive-search-debug-session.md), [incremental enrichment](cognitive-search-incremental-indexing-conceptual.md) or [knowledge store](knowledge-store-concept-intro.md)), Azure Function (used for [web API custom skills](cognitive-search-custom-skill-web-api.md)) or AI Services / AI Foundry deployments used during [AI enrichment](cognitive-search-concept-intro.md).
431+
- Private endpoint configurations that block access from the indexer to those resources.
432+
433+
Ensure that the indexer has access to your setup components by reviewing your resource configurations to confirm they allow traffic to all required services:
434+
- [Firewall and IP restriction settings](search-indexer-howto-access-ip-restricted.md)
435+
- [Shared private link setup](search-indexer-howto-access-private.md)

0 commit comments

Comments
 (0)