Skip to content

Commit aada520

Browse files
Merge pull request #3013 from gmndrg/main
Managed identity support (native) for Tables from indexers
2 parents fc96134 + c75d872 commit aada520

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: azure-ai-search
1111
ms.custom:
1212
- ignite-2023
1313
ms.topic: how-to
14-
ms.date: 11/20/2024
14+
ms.date: 02/18/2025
1515
---
1616

1717
# Index data from Azure Table Storage
@@ -26,7 +26,7 @@ This article supplements [**Create an indexer**](search-howto-create-indexers.md
2626

2727
+ Tables containing text. If you have binary data, consider [AI enrichment](cognitive-search-concept-intro.md) for image analysis.
2828

29-
+ Read permissions on Azure Storage. A "full access" connection string includes a key that gives access to the content, but if you're using Azure roles, make sure the [search service managed identity](search-howto-managed-identities-data-sources.md) has **Reader and Data Access** permissions.
29+
+ Read permissions on Azure Storage. A "full access" connection string includes a key that gives access to the content, but if you're using Azure roles, make sure the [search service managed identity](search-howto-managed-identities-data-sources.md) has **Storage Table Data Reader** permissions.
3030

3131
To work through the examples in this article, you need the Azure portal or a [REST client](search-get-started-rest.md). If you're using Azure portal, make sure that access to all public networks is enabled. Other approaches for creating an Azure Table indexer include Azure SDKs.
3232

articles/search/search-howto-managed-identities-storage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ titleSuffix: Azure AI Search
44
description: Learn how to set up an indexer connection to an Azure Storage account using a managed identity.
55
author: gmndrg
66
ms.author: gimondra
7-
manager: nitinme
7+
manager: vinodva
88

99
ms.service: azure-ai-search
1010
ms.topic: how-to
11-
ms.date: 01/16/2025
11+
ms.date: 02/18/2025
1212
ms.custom:
1313
- subject-rbac-steps
1414
- ignite-2023
@@ -41,10 +41,10 @@ You can use a system-assigned managed identity or a user-assigned managed identi
4141
|------|-----------------|
4242
| Blob indexing using an indexer | Add **Storage Blob Data Reader** |
4343
| ADLS Gen2 indexing using an indexer | Add **Storage Blob Data Reader** |
44-
| Table indexing using an indexer | Add **Reader and Data Access** |
44+
| Table indexing using an indexer | Add **Storage Table Data Reader** |
4545
| File indexing using an indexer | Add **Reader and Data Access** |
4646
| Write to a [knowledge store](knowledge-store-concept-intro.md) | Add **Storage Blob Data Contributor** for object and file projections, and **Reader and Data Access** for table projections. |
47-
| Write to an [enrichment cache](cognitive-search-incremental-indexing-conceptual.md) | Add **Storage Blob Data Contributor** |
47+
| Write to an [enrichment cache](cognitive-search-incremental-indexing-conceptual.md) | Add **Storage Blob Data Contributor** and **Storage Table Data Reader** |
4848
| Save [debug session state](cognitive-search-debug-session.md) | Add **Storage Blob Data Contributor** |
4949

5050
1. Select **Next**.

0 commit comments

Comments
 (0)