Skip to content

Commit 3a3822c

Browse files
committed
revised docs
1 parent 1044947 commit 3a3822c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/search/search-howto-managed-identities-data-sources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: heidist
99
ms.service: cognitive-search
1010
ms.custom: ignite-2022
1111
ms.topic: how-to
12-
ms.date: 11/15/2022
12+
ms.date: 12/08/2022
1313
---
1414

1515
# Connect a search service to other Azure resources using a managed identity
@@ -189,7 +189,7 @@ The following steps are for Azure Storage. If your resource is Azure Cosmos DB o
189189
190190
1. Select **Add role assignment**.
191191
192-
1. On the **Role** page, choose a role:
192+
1. On the **Role** page, select the roles needed for your search service. Recall that roles are cumulative. Choose only what you need, but you can select all of them for full access to integrated features:
193193
194194
| Role | Usage |
195195
|------|-------|

articles/search/search-indexer-howto-access-trusted-service-exception.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: arv100kri
88
ms.author: arjagann
99
ms.service: cognitive-search
1010
ms.topic: how-to
11-
ms.date: 03/30/2022
11+
ms.date: 12/08/2022
1212
---
1313

1414
# Make indexer connections to Azure Storage as a trusted service
@@ -23,9 +23,9 @@ In Azure Cognitive Search, indexers that access Azure blobs can use the [trusted
2323

2424
+ Content in Azure Blob Storage or Azure Data Lake Storage Gen2 (ADLS Gen2) that you want to index or enrich.
2525

26-
+ Optionally, containers or tables in Azure Storage for AI enrichment write-back operations, such as creating a knowledge store, debug session, or enrichment cache.
26+
+ An Azure role assignment in Azure Storage that grants permissions to the search service system-assigned managed identity. A system managed identity is an Azure AD login. The assignment needs **Storage Blob Data Reader** at a minimum.
2727

28-
+ An Azure role assignment. A system managed identity is an Azure AD login. It needs either a **Storage Blob Data Reader** or **Storage Blob Data Contributor** role assignment, depending on whether write access is needed.
28+
The role assignment also needs **Storage Blob Data Contributor** if write access is required. Features that require write access include [enrichment caching](cognitive-search-incremental-indexing-conceptual.md), [debug sessions](cognitive-search-debug-session.md), and [knowledge store](knowledge-store-concept-intro.md).
2929

3030
> [!NOTE]
3131
> In Cognitive Search, a trusted service connection is limited to blobs and ADLS Gen2 on Azure Storage. It's unsupported for indexer connections to Azure Table Storage and Azure File Storage.

0 commit comments

Comments
 (0)