serilog-sinks-mssqlserver icon indicating copy to clipboard operation
serilog-sinks-mssqlserver copied to clipboard

Microsoft.Azure.Services.AppAuthentication is deprecated

Open dandros opened this issue 3 years ago • 1 comments

Serilog.Sinks.MSSqlServer is using Microsoft.Azure.Services.AppAuthentication which is deprecated by now.

MS suggests to switch to Azure.Identity library.

Is it possible for you to migrate this dependency ?

dandros avatar Jun 14 '22 13:06 dandros

Hi @dandros!

Thanks for the input. As far as I could find in the Microsoft documentation AppAuthentication library is not yet deprecated but will eventually be at some point.

I will take a look at migrating this. Although cannot promise when I will have time to do it. In the meantime a PR to help us with migration to Azure.Identity is always welcome. :)

ckadluba avatar Jun 17 '22 22:06 ckadluba

Fixed with PR #424.

ckadluba avatar Oct 02 '22 19:10 ckadluba