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/tutorial-mongodb-atlas-service-connection.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Follow these steps to connect an app to MongoDB Atlas:
29
29
30
30
1. Open **Settings** > **Service Connector** from the left menu and select **Create**.
31
31
32
-
:::image type="content" source="./media/mongo-service-connection/create-connection.png" alt-text="Screenshot from the Azure portal showing the Create option.":::
32
+
:::image type="content" source="./media/tutorial-mongodb-atlas/create-connection.png" alt-text="Screenshot from the Azure portal showing the Create option.":::
33
33
34
34
1. Enter or select the following information.
35
35
@@ -38,23 +38,23 @@ Follow these steps to connect an app to MongoDB Atlas:
38
38
|**Service type**|*MongoDB Atlas Cluster (preview)*| The name of the target service: **MongoDB Atlas Cluster (Preview)**. |
39
39
|**Connection name**|*mongodb_atlas_01*| The name of the connection between the Azure compute resource and the MongoDB Atlas Cluster resource. Use the connection name provided by Service Connector or enter your own connection name. Connection names can only contain letters, numbers (0-9), periods ("."), and underscores ("_"). |
40
40
41
-
:::image type="content" source="./media/mongo-service-connection/create-basics-tab.png" alt-text="Screenshot from the Azure portal showing the Create connection - Basics tab.":::
41
+
:::image type="content" source="./media/tutorial-mongodb-atlas/create-basics-tab.png" alt-text="Screenshot from the Azure portal showing the Create connection - Basics tab.":::
42
42
43
43
1. Select **Next: Authentication** and enter your cluster connection string. Optionally also edit your cluster connection string variable name under **Advanced**.
44
44
45
45
> [!TIP]
46
-
> To find your cluster's connection string, in the MongoDB Astra platform, navigate to **Clusters** > **Connection** > **Drivers**, and copy the connection string.
46
+
> To find your cluster's connection string, in the MongoDB Atlas platform, navigate to **Clusters** > **Connection** > **Drivers**, and copy the connection string.
47
47
48
-
:::image type="content" source="./media/mongo-service-connection/create-authentication-tab.png" alt-text="Screenshot from the Azure portal showing the Create connection - Authentication tab.":::
48
+
:::image type="content" source="./media/tutorial-mongodb-atlas/create-authentication-tab.png" alt-text="Screenshot from the Azure portal showing the Create connection - Authentication tab.":::
49
49
50
50
1. Select **Next** until you reach **Review + Create**, and review the provided information.
0 commit comments