Skip to content

Commit cee7dbd

Browse files
authored
Update search-howto-indexing-azure-tables.md
Removing base64EncodeKeys property from sample since already retired since years ago.
1 parent c78b801 commit cee7dbd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/search/search-howto-indexing-azure-tables.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: Azure table indexer
33
titleSuffix: Azure AI Search
44
description: Set up a search indexer to index data stored in Azure Table Storage for full text search in Azure AI Search.
55

6-
manager: nitinme
6+
manager: vinodva
77
author: mgottein
88
ms.author: magottei
99

1010
ms.service: cognitive-search
1111
ms.custom:
1212
- ignite-2023
1313
ms.topic: how-to
14-
ms.date: 02/22/2024
14+
ms.date: 08/23/2024
1515
---
1616

1717
# Index data from Azure Table Storage
@@ -174,7 +174,6 @@ Once you have an index and data source, you're ready to create the indexer. Inde
174174
"batchSize" : null,
175175
"maxFailedItems" : null,
176176
"maxFailedItemsPerBatch" : null,
177-
"base64EncodeKeys" : null,
178177
"configuration" : { }
179178
},
180179
"fieldMappings" : [ ],

0 commit comments

Comments
 (0)