Skip to content

Commit 75bb84c

Browse files
committed
Review content
1 parent 0ddf8b7 commit 75bb84c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/partner-solutions/neon/create-service-connection copy.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Connect apps to MongoDB Atlas (Preview)
33
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.
55
ms.topic: how-to
66
ms.date: 04/22/2025
77
ms.custom: service-connector
88
---
99

1010
# Connect apps to MongoDB Atlas (Preview)
1111

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.
1313

1414
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.
1515

@@ -36,14 +36,14 @@ Follow these steps to connect an app to MongoDB Atlas:
3636
| Setting | Example | Description |
3737
|----------------------------|-------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
3838
| **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 ("_"). |
4040

4141
:::image type="content" source="./media/service-connection/create-basics-tab.png" alt-text="Screenshot from the Azure portal showing the Create connection - Basics tab.":::
4242

4343
1. Select **Next: Authentication** and enter your cluster connection string. Optionally also edit your cluster connection string variable name under **Advanced**.
4444

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.
4747
4848
1. Select **Next** until you reach **Review + Create**, and review the provided information.
4949
1. Select **Create**.

0 commit comments

Comments
 (0)