Skip to content

Commit a35fddc

Browse files
authored
Update managed identity description
1 parent ca0b4af commit a35fddc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The table below shows which combinations of client types and authentication meth
3939
This table indicates that all combinations of client types and authentication methods in the table are supported, except for the Java - Spring Boot client type, which only supports the Secret / connection string method. All other client types can use any of the authentication methods to connect to Azure Cosmos DB for MongoDB using Service Connector.
4040

4141
> [!NOTE]
42-
> Managed identities can be used to list connection strings and connect to Cosmos DB. However, Cosmos DB doesn't natively support authentication via managed identity.
42+
> Since Cosmos DB doesn't natively support authentication via managed identity, Service Connector uses the managed identity to list the connection string, and the connection is then made using the connection string.
4343
4444
## Default environment variable names or application properties and sample code
4545

@@ -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 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.
60+
Since Cosmos DB doesn't natively support authentication via managed identity, in the following code sample, we use the managed identity to list the connection string, and then connect using the connection string.
6161

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

@@ -74,7 +74,7 @@ The system-assigned managed identity code sample uses a managed identity to list
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-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.
77+
Since Cosmos DB doesn't natively support authentication via managed identity, in the following code sample, we use the managed identity to list the connection string, and then connect using the connection string.
7878

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

0 commit comments

Comments
 (0)