Skip to content

Commit 28c018a

Browse files
committed
blob access tier update
1 parent d24f2d8 commit 28c018a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/search/search-api-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Because these features didn't exist in previous API versions, there's no migrati
6060

6161
In contrast, the vector field definitions, vector search algorithm configuration, and vector query syntax that were first introduced in 2023-07-01-preview have changed. The 2023-10-01-preview syntax for vector fields, algorithms, and vector queries is identical to the 2023-11-01 syntax. Migration steps for these vector constructs are explained in [upgrade to 2023-11-01](#upgrade-to-2023-11-01).
6262

63-
### Upgrade using the portal
63+
### Portal upgrade for vector indexes
6464

6565
Azure portal supports a one-click upgrade path for 2023-07-01-preview indexes. The portal detects 2023-07-01-preview vector fields and provides a **Migrate** button.
6666

articles/search/search-blob-storage-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: cognitive-search
1010
ms.custom:
1111
- ignite-2023
1212
ms.topic: conceptual
13-
ms.date: 02/15/2024
13+
ms.date: 05/04/2024
1414
---
1515

1616
# Search over Azure Blob Storage content
@@ -78,7 +78,7 @@ The Azure blob indexer comes with configuration parameters and supports change t
7878

7979
### Supported access tiers
8080

81-
Blob storage [access tiers](../storage/blobs/access-tiers-overview.md) include hot, cool, and archive. Only hot and cool can be accessed by indexers.
81+
Blob storage [access tiers](../storage/blobs/access-tiers-overview.md) include hot, cool, cold, and archive. Indexers can retrieve blobs on hot, cool, and cold access tiers.
8282

8383
### Supported content types
8484

articles/search/search-howto-indexing-azure-blob-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: cognitive-search
1010
ms.custom:
1111
- ignite-2023
1212
ms.topic: how-to
13-
ms.date: 03/18/2024
13+
ms.date: 05/04/2024
1414
---
1515

1616
# Index data from Azure Blob Storage
@@ -25,7 +25,7 @@ Blob indexers are frequently used for both [AI enrichment](cognitive-search-conc
2525

2626
+ [Azure Blob Storage](../storage/blobs/storage-blobs-overview.md), Standard performance (general-purpose v2).
2727

28-
+ [Access tiers](../storage/blobs/access-tiers-overview.md) for Blob Storage include Hot, Cool, and Archive. Only Hot and Cool can be accessed by search indexers.
28+
+ [Access tiers](../storage/blobs/access-tiers-overview.md) include hot, cool, cold, and archive. Indexers can retrieve blobs on hot, cool, and cold access tiers.
2929

3030
+ Blobs providing text content and metadata. If blobs contain binary content or unstructured text, consider adding [AI enrichment](cognitive-search-concept-intro.md) for image and natural language processing. Blob content can’t exceed the [indexer limits](search-limits-quotas-capacity.md#indexer-limits) for your search service tier.
3131

0 commit comments

Comments
 (0)