Closed saleem-mirza closed 8 years ago
Current version of AzureDocumentDB sink wasn't supported with latest Serilog version 2.1 and Azure Document DB version 1.9.*
Updated nuget dependencies to latest version and refactored code to use async/await pattern and new API to query existing database/collection.
Thanks very much! Added a couple of comments around some of the async calls, otherwise LGTM :+1:
@nblumhardt please review.
I think this is good to go; thanks!
Current version of AzureDocumentDB sink wasn't supported with latest Serilog version 2.1 and Azure Document DB version 1.9.*
Updated nuget dependencies to latest version and refactored code to use async/await pattern and new API to query existing database/collection.