Skip to content

Commit 1532f63

Browse files
authored
Fixing branching merging problems
1 parent 40be8ef commit 1532f63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/search-howto-managed-identities-cosmos-db.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ description: Learn how to set up an indexer connection to a Cosmos DB account us
55

66
author: gmndrg
77
ms.author: gimondra
8-
manager: nitinme
8+
manager: liamca
99

1010
ms.service: cognitive-search
1111
ms.topic: conceptual
12-
ms.date: 02/11/2022
12+
ms.date: 06/20/2022
1313
ms.custom: subject-rbac-steps
1414
---
1515

@@ -30,7 +30,7 @@ Before learning more about this feature, it is recommended that you have an unde
3030

3131
* [Create a managed identity](search-howto-managed-identities-data-sources.md) for your search service.
3232

33-
* [Assign a role](search-howto-managed-identities-data-sources.md#assign-a-role) in Cosmos DB. For data reader access, you'll need the **Cosmos DB Account Reader** role and the identity used to make the request. This role works for all Cosmos DB APIs supported by Cognitive Search.
33+
* [Assign a role](search-howto-managed-identities-data-sources.md#assign-a-role) in Cosmos DB. For data reader access, you'll need the **Cosmos DB Account Reader** role and the identity used to make the request. This role works for all Cosmos DB APIs supported by Cognitive Search. This is a control plane RBAC role. At this time, Cognitive Search obtains keys with the identity and uses those keys to connect to the Cosmos DB account. This means that [enforcing RBAC as the only authentication method in Cosmos DB](../cosmos-db/how-to-setup-rbac.md#disable-local-auth) is not supported when using Search with managed identities to connect to Cosmos DB.
3434

3535
The easiest way to test the connection is using the [Import data wizard](search-import-data-portal.md). The wizard supports data source connections for both system and user managed identities.
3636

0 commit comments

Comments
 (0)