Azure Comos DB Mongo API V3.6 ConnectionString changes (retrywrites=false)
Like in my earlier post I described that, when you copy the connectionstring from the azure portal into your application and connect with the MongoDB.Driver.MongoClient
it will fail due to retryWrites
issue.
Microsoft now changed their ConnectionStrings
template for azure and now it includes the &retrywrites=false
.
So now you can copy the ConnectionString from azure and use it directly with the MongoClient
.