Near Real-time Analytics Powered by Mirroring in Microsoft Fabric for MongoDB Atlas
Author: Diana Annie Jenosh
Author: Diana Annie Jenosh
can you provide the format of the mongodb atlas connection string which needs to be used for mongo_conn_str
Hi @Mark_Z ,
Mongo connection string is the regular SRV string.
For e.g: “mongodb+srv://userid:password@clusterid/?retryWrites=true&w=majority&appName=appname”
LMK if any issues.