You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-connector/how-to-integrate-cosmos-db.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Use the connection details below to connect compute services to Azure Cosmos DB.
57
57
58
58
Refer to the steps and code below to connect to Azure Cosmos DB for MongoDB using a system-assigned managed identity.
59
59
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.
61
61
62
62
[!INCLUDE [code sample for mongo](./includes/code-cosmosmongo-me-id.md)]
63
63
@@ -74,7 +74,7 @@ The managed identity code sample uses the system-assigned managed identity to li
74
74
75
75
Refer to the steps and code below to connect to Azure Cosmos DB for MongoDB using a user-assigned managed identity.
76
76
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.
78
78
79
79
[!INCLUDE [code sample for mongo](./includes/code-cosmosmongo-me-id.md)]
0 commit comments