I have a problem connecting to a MongoDB from a C# function running on microsoft azure. The function is time triggered, it should collect some data from MongoDB and put them to
I've been digging a bit through their JIRA issues and found JIRA ISSUE. I've reverted the MongoDB.Driver
MongoDB.Driver.Core
and MongoDB.Bson
to a version 2.3.0 and it work like a fine tuned watch, so it seems to be the problem with the Mongo package itself.
I've tested it with the different versions of the package and the issue is introduced in the version 2.4.0. All the previous versions work well.