Skip to content

Commit ef70a80

Browse files
authored
Merge pull request #252383 from Clare-Zheng82/0920-Update_MongoDB_Altas_doc
[Doc update] Update MongoDB Atlas Doc
2 parents 5b356f8 + 183a71f commit ef70a80

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 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: 05/08/2023
11+
ms.date: 09/20/2023
1212
---
1313

1414
# Copy data from or to MongoDB Atlas using Azure Data Factory or Synapse Analytics
@@ -74,7 +74,7 @@ The following properties are supported for MongoDB Atlas linked service:
7474
| type |The type property must be set to: **MongoDbAtlas** |Yes |
7575
| 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 |
7676
| 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 |
77+
| driverVersion | Specify the driver version to v2 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 |
7878
| 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 |
7979

8080
**Example:**
@@ -87,7 +87,7 @@ The following properties are supported for MongoDB Atlas linked service:
8787
"typeProperties": {
8888
"connectionString": "mongodb+srv://<username>:<password>@<clustername>.<randomString>.<hostName>/<dbname>?<otherProperties>",
8989
"database": "myDatabase",
90-
"mongoDbAtlasDriverVersion": "<driver version>"
90+
"driverVersion": "<driver version>"
9191
},
9292
"connectVia": {
9393
"referenceName": "<name of Integration Runtime>",
607 Bytes
Loading

0 commit comments

Comments
 (0)