Skip to content

Commit 18bb650

Browse files
Merge pull request #217790 from gmndrg/main
Added clarification for blob versioning
2 parents 31dc3bc + 344324c commit 18bb650

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/search/search-howto-index-changed-deleted-blobs.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99

1010
ms.service: cognitive-search
1111
ms.topic: how-to
12-
ms.date: 09/09/2022
12+
ms.date: 11/09/2022
1313
---
1414

1515
# Change and delete detection using indexers for Azure Storage in Azure Cognitive Search
@@ -49,6 +49,10 @@ For this deletion detection approach, Cognitive Search depends on the [native bl
4949

5050
+ You must use the preview REST API (`api-version=2020-06-30-Preview`), or the indexer Data Source configuration in the Azure portal, to configure support for soft delete.
5151

52+
+ [Blob versioning](../storage/blobs/versioning-overview.md) must not be enabled in the storage account. Otherwise, native soft delete isn't supported by design.
53+
54+
55+
5256
### Configure native soft delete
5357

5458
In Blob storage, when enabling soft delete per the requirements, set the retention policy to a value that's much higher than your indexer interval schedule. If there's an issue running the indexer, or if you have a large number of documents to index, there's plenty of time for the indexer to eventually process the soft deleted blobs. Azure Cognitive Search indexers will only delete a document from the index if it processes the blob while it's in a soft deleted state.

0 commit comments

Comments
 (0)