Skip to content

Commit 172fbd0

Browse files
committed
February freshness, part 2
1 parent a96793c commit 172fbd0

6 files changed

+11
-7
lines changed

articles/search/index-ranking-similarity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-search
88
ms.custom:
99
- ignite-2023
1010
ms.topic: how-to
11-
ms.date: 07/22/2024
11+
ms.date: 02/24/2025
1212
---
1313

1414
# Configure BM25 relevance scoring

articles/search/search-dotnet-mgmt-sdk-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom:
1212
- devx-track-dotnet
1313
- ignite-2023
1414
ms.topic: conceptual
15-
ms.date: 07/22/2024
15+
ms.date: 02/24/2025
1616
---
1717

1818
# Upgrade versions of the Azure Search .NET Management SDK

articles/search/search-howto-incremental-index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-search
88
ms.custom:
99
- ignite-2023
1010
ms.topic: how-to
11-
ms.date: 12/10/2024
11+
ms.date: 02/24/2025
1212
---
1313

1414
# Enable caching for incremental enrichment in Azure AI Search
@@ -31,6 +31,10 @@ You should be familiar with setting up indexers. Start with [indexer overview](s
3131
> [!CAUTION]
3232
> If you're using the [SharePoint Online indexer (Preview)](search-howto-index-sharepoint-online.md), you should avoid incremental enrichment. Under certain circumstances, the cache becomes invalid, requiring an [indexer reset and run](search-howto-run-reset-indexers.md), should you choose to reload it.
3333
34+
## Permissions
35+
36+
Azure AI Search needs write-access to Azure Storage. If you're using a managed identity for your search service, make sure it's assigned to the **Storage Blob Data Contributor** and **Storage Table Data Reader** roles. For more information, see [Connect to Azure Storage using a managed identity (Azure AI Search)](search-howto-managed-identities-storage.md).
37+
3438
## Enable on new indexers
3539

3640
You can use the Azure portal, preview APIs, or beta Azure SDKs are required to enable an enrichment cache on an indexer.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: azure-ai-search
1010
ms.custom:
1111
- ignite-2023
1212
ms.topic: how-to
13-
ms.date: 08/05/2024
13+
ms.date: 02/24/2025
1414
---
1515

1616
# Change and delete detection using indexers for Azure Storage in Azure AI Search
@@ -24,7 +24,7 @@ There are two ways to implement a soft delete strategy:
2424
+ [Native blob soft delete (preview)](#native-blob-soft-delete), applies to Blob Storage only
2525
+ [Soft delete using custom metadata](#soft-delete-using-custom-metadata)
2626

27-
The deletion detection strategy should be applied from the very first indexer run. If you didn't establish the deletion policy prior to the initial run, any documents that were deleted before the policy was implemented will remain in your index, even if you add the policy to the indexer later and reset it. If this has occurred, it is suggested that you create a new index using a new indexer, ensuring the deletion policy is in place from the beginning.
27+
The deletion detection strategy must be applied from the very first indexer run. If you didn't establish the deletion policy prior to the initial run, any documents that were deleted before the policy was implemented will remain in your index, even if you add the policy to the indexer later and reset it. If this has occurred, it is suggested that you create a new index using a new indexer, ensuring the deletion policy is in place from the beginning.
2828

2929
## Prerequisites
3030

articles/search/search-howto-index-encrypted-blobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom:
1111
- ignite-2023
1212
ms.service: azure-ai-search
1313
ms.topic: tutorial
14-
ms.date: 09/04/2024
14+
ms.date: 02/24/2025
1515
---
1616

1717
# Tutorial: Index and enrich encrypted blobs for full-text search in Azure AI Search

articles/search/search-howto-index-plaintext-blobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: azure-ai-search
1010
ms.custom:
1111
- ignite-2023
1212
ms.topic: how-to
13-
ms.date: 07/25/2024
13+
ms.date: 02/24/2025
1414
---
1515

1616
# Index plain text blobs and files in Azure AI Search

0 commit comments

Comments
 (0)