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
@@ -53,7 +51,7 @@ Use the following steps to create a linked service to MongoDB Atlas in the Azure
53
51
54
52
:::image type="content" source="media/doc-common-process/new-linked-service-synapse.png" alt-text="Create a new linked service with Azure Synapse UI.":::
55
53
56
-
2. Search for MongoDB and select the MongoDB Atlas connector.
54
+
2. Search for MongoDB Atlas and select the MongoDB Atlas connector.
57
55
58
56
:::image type="content" source="media/connector-mongodb-atlas/mongodb-atlas-connector.png" alt-text="Select the MongoDB Atlas connector.":::
59
57
@@ -76,6 +74,7 @@ The following properties are supported for MongoDB Atlas linked service:
76
74
| type |The type property must be set to: **MongoDbAtlas**|Yes |
77
75
| 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 |
78
76
| 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 |
79
78
| 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 |
80
79
81
80
**Example:**
@@ -87,7 +86,8 @@ The following properties are supported for MongoDB Atlas linked service:
0 commit comments