JDetmar / NLog.Extensions.AzureStorage

NLog Target for Azure Storage. Uses NLog batch write to optimize writes to Storage.
MIT License
31 stars 19 forks source link

Updated to Azure.Identity.DefaultAzureCredential instead of AzureServiceTokenProvider #127

Closed snakefoot closed 2 years ago

snakefoot commented 2 years ago

Version 3.7.0-beta1 until Azure.Identity v1.8-Final is ready.

Note merging this, will probably block any other changes until Azure.Identity v1.8 is final (probably in 2-3 months from now)

Pre-Release-Nuget-Packages can be found here:

https://ci.appveyor.com/project/JDetmar/nlog-extensions-azurestorage/builds/45333090/artifacts

Resolves #58

snakefoot commented 2 years ago

@JDetmar Azure.Identity v1.8-Final is now available:

Ready for review and merge. Bumped all packages to ver. 4.0 (Ver 5.0 can be used when bumping NLog to next major version)

JDetmar commented 2 years ago

thank you @snakefoot, great work