Skip to content

Commit 2dc16aa

Browse files
authored
Update search-howto-managed-identities-storage.md
Updated with an updated version of the needed Table permissions as per support repro
1 parent f820423 commit 2dc16aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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)