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/howto-mongodb-atlas-service-connection.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
-
title: Connect apps to MongoDB Atlas (Preview)
3
-
description: Learn how to connect apps to your MongoDB Atlas (Preview) service using Service Connector in Azure.
4
-
# customerIntent: As a developer, I want connect apps deployed to Azure services to a MongoDB Atlas (Preview) resource.
2
+
title: Connect apps to MongoDB Atlas
3
+
description: Learn how to connect apps to your MongoDB Atlas service using Service Connector in Azure.
4
+
# customerIntent: As a developer, I want connect apps deployed to Azure services to a MongoDB Atlas resource.
5
5
ms.topic: how-to
6
-
ms.date: 04/22/2025
6
+
ms.date: 07/11/2025
7
7
ms.custom:
8
8
- service-connector
9
9
- build-2025
@@ -12,9 +12,9 @@ author: maud-lv
12
12
13
13
---
14
14
15
-
# Connect apps to MongoDB Atlas (Preview)
15
+
# Connect apps to MongoDB Atlas
16
16
17
-
In this guide, you learn how to connect your app to a database within a MongoDB Atlas Cluster (Preview) resource using Service Connector.
17
+
In this guide, you learn how to connect your app to a database within a MongoDB Atlas Cluster resource using Service Connector.
18
18
19
19
Service Connector is an Azure service designed to simplify the process of connecting Azure resources together. Service Connector manages your connection's network and authentication settings to simplify the operation.
20
20
@@ -40,18 +40,20 @@ Follow these steps to connect an app to MongoDB Atlas:
|**Service type**|*MongoDB Atlas Cluster (preview)*| The name of the target service: **MongoDB Atlas Cluster (Preview)**. |
43
+
|**Service type**|*MongoDB Atlas Cluster*| The name of the target service: **MongoDB Atlas Cluster**. |
44
44
|**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 ("_"). |
45
45
46
46
:::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.":::
47
47
48
-
1. Select **Next: Authentication** and enter your cluster connection string. Optionally also edit your cluster connection string variable name under **Advanced**.
48
+
1. Select **Next: Authentication** and enter your cluster connection string. At this point, Service Connector validates the connection string format. If it's invalid, an error appears. Correct the connection string before proceeding to the next step.
49
49
50
50
> [!TIP]
51
-
> To find your cluster's connection string, in the MongoDB Atlas platform, navigate to **Clusters** > **Connection** > **Drivers**, and copy the connection string.
51
+
> To find your cluster's connection string, in the MongoDB Atlas platform, navigate to **Clusters** > **Connection** > **Drivers**, and copy the connection string.
52
52
53
53
:::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.":::
54
54
55
+
1. Optionally also edit your cluster connection string variable name under **Advanced**.
56
+
55
57
1. Select **Next** until you reach **Review + Create**, and review the provided information.
0 commit comments