Skip to content

Commit c815014

Browse files
authored
Update how-to-integrate-cosmos-db.md
1 parent b1eefe8 commit c815014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-connector/how-to-integrate-cosmos-db.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Use the connection details below to connect compute services to Azure Cosmos DB.
5757

5858
Refer to the steps and code below to connect to Azure Cosmos DB for MongoDB using a system-assigned managed identity.
5959

60-
The managed identity code sample uses the system-assigned managed identity to list the connection string and connect to Cosmos DB. However, Cosmos DB doesn't natively support authentication via system-assigned managed identity.
60+
The system-assigned managed identity code sample uses a managed identity to list the connection string and connect to Cosmos DB. However, Cosmos DB doesn't natively support authentication via managed identity.
6161

6262
[!INCLUDE [code sample for mongo](./includes/code-cosmosmongo-me-id.md)]
6363

@@ -74,7 +74,7 @@ The managed identity code sample uses the system-assigned managed identity to li
7474

7575
Refer to the steps and code below to connect to Azure Cosmos DB for MongoDB using a user-assigned managed identity.
7676

77-
The user-assigned managed identity code sample uses the system-assigned managed identity to list the connection string and connect to Cosmos DB. However, Cosmos DB doesn't natively support authentication via system-assigned managed identity.
77+
The user-assigned-assigned managed identity code sample uses a managed identity to list the connection string and connect to Cosmos DB. However, Cosmos DB doesn't natively support authentication via managed identity.
7878

7979
[!INCLUDE [code sample for mongo](./includes/code-cosmosmongo-me-id.md)]
8080

0 commit comments

Comments
 (0)