Skip to content

Commit 7353c98

Browse files
authored
Merge pull request #207471 from enkrumah/patch-46
Update cosmos-db-managed-identity.md
2 parents 2e564e7 + 256b2ae commit 7353c98

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/stream-analytics/cosmos-db-managed-identity.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: enkrumah
55
ms.author: ebnkruma
66
ms.service: stream-analytics
77
ms.topic: how-to
8-
ms.date: 08/04/2022
8+
ms.date: 08/09/2022
99
ms.custom: subject-rbac-steps
1010
---
1111

@@ -37,11 +37,11 @@ First, you create a managed identity for your Azure Stream Analytics job. 
3737

3838
## Grant the Stream Analytics job permissions to access the Azure Cosmos DB account
3939

40-
For the Stream Analytics job to access your Cosmos DB using managed identity, the service principal you created must have special permissions to your Azure Cosmos DB account. In this step, you can assign a role to your stream analytics job's system-assigned managed identity. Azure Cosmos DB has multiple built-in roles that you can assign to the managed identity. For this solution, you can use the following role:
40+
For the Stream Analytics job to access your Cosmos DB using managed identity, the service principal you created must have special permissions to your Azure Cosmos DB account. In this step, you can assign a role to your stream analytics job's system-assigned managed identity. Azure Cosmos DB has multiple built-in roles that you can assign to the managed identity. For this solution, you will use the following role:
4141

42-
|Built-in role |Description |
43-
|---------|---------|
44-
|[DocumentDB Account Contributor](../role-based-access-control/built-in-roles.md#documentdb-account-contributor)|Can manage Azure Cosmos DB accounts. Allows retrieval of read/write keys. |
42+
|Built-in role |
43+
|---------|
44+
|Cosmos DB Built-in Data Contributor|
4545

4646
1. Select **Access control (IAM)**.
4747

@@ -51,7 +51,7 @@ For the Stream Analytics job to access your Cosmos DB using managed identity, th
5151

5252
| Setting | Value |
5353
| --- | --- |
54-
| Role | DocumentDB Account Contributor |
54+
| Role | Cosmos DB Built-in Data Contributor |
5555
| Assign access to | User, group, or service principal |
5656
| Members | \<Name of your Stream Analytics job> |
5757

0 commit comments

Comments
 (0)