I am having issues setting up a Mongo DB linked service in Azure Data Factory. We are already using Mongo DB connection on our On-Premise platform to extract some data from Client side.
Now, we are migrating all our on-premise process to Azure. So this connection is part of many other things that we are migrating. I am using below connection string.
This same string is working perfectly fine on our on-premise environment but for some reason, not working in Azure.Could someone please help
ConnectionString="mongodb://username:[email protected]:20007/management-core?ssl=true&replicaSet=Product-shard-0&serverSelectionTimeoutMS=10000&connectTimeoutMS=10000&authSource=admin&authMechanism=SCRAM-SHA-1"