You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/search-howto-managed-identities-storage.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ titleSuffix: Azure AI Search
4
4
description: Learn how to set up an indexer connection to an Azure Storage account using a managed identity.
5
5
author: gmndrg
6
6
ms.author: gimondra
7
-
manager: nitinme
7
+
manager: vinodva
8
8
9
9
ms.service: azure-ai-search
10
10
ms.topic: how-to
11
-
ms.date: 01/16/2025
11
+
ms.date: 02/18/2025
12
12
ms.custom:
13
13
- subject-rbac-steps
14
14
- ignite-2023
@@ -41,10 +41,10 @@ You can use a system-assigned managed identity or a user-assigned managed identi
41
41
|------|-----------------|
42
42
| Blob indexing using an indexer | Add **Storage Blob Data Reader**|
43
43
| 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**|
45
45
| File indexing using an indexer | Add **Reader and Data Access**|
46
46
| 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**|
48
48
| Save [debug session state](cognitive-search-debug-session.md)| Add **Storage Blob Data Contributor**|
0 commit comments