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/partner-solutions/neon/create-service-connection copy.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
2
title: Connect apps to MongoDB Atlas (Preview)
3
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.
4
+
# customerIntent: As a developer, I want connect apps deployed to Azure services to a MongoDB Atlas (Preview) resource.
5
5
ms.topic: how-to
6
6
ms.date: 04/22/2025
7
7
ms.custom: service-connector
8
8
---
9
9
10
10
# Connect apps to MongoDB Atlas (Preview)
11
11
12
-
In this guide, learn how to connect your app to a database within a Neon Serverless Postgres (Preview) resource using Service Connector.
12
+
In this guide, you learn how to connect your app to a database within a MongoDB Atlas Cluster (Preview) resource using Service Connector.
13
13
14
14
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.
15
15
@@ -36,14 +36,14 @@ 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)**. |
39
-
|**Connection name**|*mongodb_atlas_01*| The name of the connection between the Azure compute resource and the Neon Serverless Postgres 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 ("_"). |
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
41
:::image type="content" source="./media/service-connection/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
-
> [!TIP]
46
-
> To find your cluster's connection string, in the MongoDB Astra platform, go to **Clusters** > **Connection**, then select a connection method and copy the connection string.
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.
47
47
48
48
1. Select **Next** until you reach **Review + Create**, and review the provided information.
0 commit comments