Skip to content

Commit e8751e9

Browse files
Merge pull request #302584 from maud-lv/ml-scmongo
Updates for MongoDB Atlas GA
2 parents dfe16c6 + c6d951b commit e8751e9

File tree

7 files changed

+15
-13
lines changed

7 files changed

+15
-13
lines changed

articles/service-connector/how-to-integrate-mongodb-atlas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ Refer to the steps and code below to connect to MongoDB Atlas cluster using a co
118118
Follow the tutorials listed below to learn more about Service Connector.
119119

120120
> [!div class="nextstepaction"]
121-
> [Connect apps to MongoDB Atlas (Preview)](./howto-mongodb-atlas-service-connection.md)
121+
> [Connect apps to MongoDB Atlas](./howto-mongodb-atlas-service-connection.md)

articles/service-connector/how-to-manage-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Service Connector offers the following authentication options:
6161
| Azure SQL Database | Yes | No | Yes | No |
6262
| Azure Table Storage | No | No | Yes | No |
6363
| Azure Web PubSub | Yes | Yes | Yes | Yes |
64-
| MongoDB Atlas (Preview) | No | No | Yes | No |
64+
| MongoDB Atlas | No | No | Yes | No |
6565

6666
## Review or update authentication configuration
6767

articles/service-connector/how-to-provide-correct-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Target services are backing services or dependency services that your compute se
5656
| Azure Storage (File) | `/subscriptions/{subscription}/resourceGroups/{target_resource_group}/providers/Microsoft.Storage/storageAccounts/{account}/fileServices/default` |
5757
| Azure Storage (Table) | `/subscriptions/{subscription}/resourceGroups/{target_resource_group}/providers/Microsoft.Storage/storageAccounts/{account}/tableServices/default` |
5858
| Azure Web PubSub | `/subscriptions/{subscription}/resourceGroups/{target_resource_group}/providers/Microsoft.SignalRService/WebPubSub/{webpubsub}` |
59-
| MongoDB Atlas (Preview) | `/subscriptions/{subscription}/resourceGroups/{target_resource_group}/providers/MongoDB.Atlas/organization/{organization-id}` |
59+
| MongoDB Atlas | `/subscriptions/{subscription}/resourceGroups/{target_resource_group}/providers/MongoDB.Atlas/organization/{organization-id}` |
6060

6161
## Authentication type
6262

articles/service-connector/howto-mongodb-atlas-service-connection.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
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.
55
ms.topic: how-to
6-
ms.date: 04/22/2025
6+
ms.date: 07/11/2025
77
ms.custom:
88
- service-connector
99
- build-2025
@@ -12,9 +12,9 @@ author: maud-lv
1212

1313
---
1414

15-
# Connect apps to MongoDB Atlas (Preview)
15+
# Connect apps to MongoDB Atlas
1616

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

1919
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.
2020

@@ -40,18 +40,20 @@ Follow these steps to connect an app to MongoDB Atlas:
4040

4141
| Setting | Example | Description |
4242
|----------------------------|-------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
43-
| **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**. |
4444
| **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 ("_"). |
4545

4646
:::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.":::
4747

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

5050
> [!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.
5252
5353
:::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.":::
5454

55+
1. Optionally also edit your cluster connection string variable name under **Advanced**.
56+
5557
1. Select **Next** until you reach **Review + Create**, and review the provided information.
5658
1. Select **Create**.
5759

-56.1 KB
Loading
-1.9 KB
Loading

articles/service-connector/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Target services:
6262
* Azure Storage (Blob, Queue, File and Table storage)
6363
* Azure Web PubSub
6464
* Apache Kafka on Confluent Cloud
65-
* MongoDB Atlas (Preview)
65+
* MongoDB Atlas
6666
* Neon Serverless Postgres (Preview)
6767
* SQL database in Microsoft Fabric
6868

0 commit comments

Comments
 (0)