An extension method to simplify using the Azure Key Vault in a .NET Core 3 application - adds secrets to the application configuration.
Info
Version: | 0.0.12-alpha |
Author(s): | Jeremy Lindsay |
Last Update: | Friday, February 4, 2022 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Kodiak.Azure.WebHostExtension |
Install
Install-Package Kodiak.Azure.WebHostExtension
dotnet add package Kodiak.Azure.WebHostExtension
paket add Kodiak.Azure.WebHostExtension
Kodiak.Azure.WebHostExtension Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Azure.KeyVault(>= 3.0.4)
- Microsoft.Azure.Services.AppAuthentication(>= 1.3.1)
- Microsoft.Extensions.Configuration.AzureKeyVault(>= 3.0.0)
- Microsoft.Extensions.Hosting.Abstractions(>= 3.0.0)