C#C
C#2y ago
datasaur

Replacing AzureKeyVault with Azure.Extensions.AspNetCore.Configuration.Secrets

I need to update the deprecated package
c#
Microsoft.Extensions.Configuration.AzureKeyVault

with
c#
Azure.Extensions.AspNetCore.Configuration.Secrets


There is no official documentation available. Anyone have ideas on how to start?
Was this page helpful?