Hi Rishit,
I have read that document.
My point is I don’t want the connection pool to be starved because of some setting on the driver, I want to set it, so my Azure Functions can cause my MongoDb environment to scale all the way to an M200 dedicated cluster if needed.
My Azure Functions instance uses one MongoClient instance for all MongoDb operations.
So what is the recommended way to configure the driver settings so it doesn’t put any limitation on the driver?