Skip to content

Commit d6e37fa

Browse files
author
Jill Grant
authored
Merge pull request #237217 from Clare-Zheng82/0508-Update_mongodb_altas_connector_doc
[New feature] - Update MongoDB Atlas linked service section
2 parents 88c8bee + 31557b9 commit d6e37fa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/data-factory/connector-mongodb-atlas.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse, ignite-2022
11-
ms.date: 01/28/2023
11+
ms.date: 05/08/2023
1212
---
1313

1414
# Copy data from or to MongoDB Atlas using Azure Data Factory or Synapse Analytics
@@ -29,8 +29,6 @@ This MongoDB Atlas connector is supported for the following capabilities:
2929

3030
For a list of data stores that are supported as sources/sinks, see the [Supported data stores](connector-overview.md#supported-data-stores) table.
3131

32-
Specifically, this MongoDB Atlas connector supports **versions up to 4.2**.
33-
3432
## Prerequisites
3533

3634
[!INCLUDE [data-factory-v2-integration-runtime-requirements](includes/data-factory-v2-integration-runtime-requirements.md)]
@@ -53,7 +51,7 @@ Use the following steps to create a linked service to MongoDB Atlas in the Azure
5351

5452
:::image type="content" source="media/doc-common-process/new-linked-service-synapse.png" alt-text="Create a new linked service with Azure Synapse UI.":::
5553

56-
2. Search for MongoDB and select the MongoDB Atlas connector.
54+
2. Search for MongoDB Atlas and select the MongoDB Atlas connector.
5755

5856
:::image type="content" source="media/connector-mongodb-atlas/mongodb-atlas-connector.png" alt-text="Select the MongoDB Atlas connector.":::
5957

@@ -76,6 +74,7 @@ The following properties are supported for MongoDB Atlas linked service:
7674
| type |The type property must be set to: **MongoDbAtlas** |Yes |
7775
| connectionString |Specify the MongoDB Atlas connection string e.g. `mongodb+srv://<username>:<password>@<clustername>.<randomString>.<hostName>/<dbname>?<otherProperties>`. <br/><br /> You can also put a connection string in Azure Key Vault. Refer to [Store credentials in Azure Key Vault](store-credentials-in-key-vault.md) with more details. |Yes |
7876
| database | Name of the database that you want to access. | Yes |
77+
| mongoDbAtlasDriverVersion | Specify the driver version to 2.19.0 which supports MongoDB version 3.6 and higher. For more information, go to this [article](https://www.mongodb.com/docs/drivers/csharp/current/compatibility/). |No |
7978
| connectVia | The [Integration Runtime](concepts-integration-runtime.md) to be used to connect to the data store. Learn more from [Prerequisites](#prerequisites) section. If not specified, it uses the default Azure Integration Runtime. |No |
8079

8180
**Example:**
@@ -87,7 +86,8 @@ The following properties are supported for MongoDB Atlas linked service:
8786
"type": "MongoDbAtlas",
8887
"typeProperties": {
8988
"connectionString": "mongodb+srv://<username>:<password>@<clustername>.<randomString>.<hostName>/<dbname>?<otherProperties>",
90-
"database": "myDatabase"
89+
"database": "myDatabase",
90+
"mongoDbAtlasDriverVersion": "<driver version>"
9191
},
9292
"connectVia": {
9393
"referenceName": "<name of Integration Runtime>",
901 Bytes
Loading
-14.5 KB
Loading

0 commit comments

Comments
 (0)