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/cosmos-db/connect-mongodb-account.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ Learn how to connect your MongoDB app to an Azure Cosmos DB by using a MongoDB c
15
15
16
16
This tutorial provides two ways to retrieve connection string information:
17
17
18
-
-[The quickstart method](#Get-the-MongoDB-connection-string-by-using-the-quick-start), for use with .NET, Node.js, MongoDB Shell, Java, and Python drivers
19
-
-[The custom connection string method](#Get-the-MongoDB-connection-string-to-customize), for use with other drivers
18
+
-[The quickstart method](#get-the-mongodb-connection-string-by-using-the-quick-start), for use with .NET, Node.js, MongoDB Shell, Java, and Python drivers
19
+
-[The custom connection string method](#get-the-mongodb-connection-string-to-customize), for use with other drivers
20
20
21
21
## Prerequisites
22
22
@@ -28,7 +28,7 @@ This tutorial provides two ways to retrieve connection string information:
28
28
1. In an Internet browser, sign in to the [Azure portal](https://portal.azure.com).
29
29
2. In the **Azure Cosmos DB** blade, select the API.
30
30
3. In the left pane of the account blade, click **Quick start**.
31
-
4. Choose your platform (**.NET**, **Node.js**, **MongoDB Shell**, **Java**, **Python**). If you don't see your driver or tool listed, don't worry--we continuously document more connection code snippets. Please comment below on what you'd like to see. To learn how to craft your own connection, read [Get the account's connection string information](#Get-the-MongoDB-connection-string-to-customize).
31
+
4. Choose your platform (**.NET**, **Node.js**, **MongoDB Shell**, **Java**, **Python**). If you don't see your driver or tool listed, don't worry--we continuously document more connection code snippets. Please comment below on what you'd like to see. To learn how to craft your own connection, read [Get the account's connection string information](#get-the-mongodb-connection-string-to-customize).
32
32
5. Copy and paste the code snippet into your MongoDB app.
0 commit comments