Azure Key Vault binding for Azure Functions.
Info
Version: | 1.0.0 |
Author(s): | Laveesh Bansal |
Last Update: | Sunday, February 2, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/laveeshbansal/azure-function-binding-key-vault-net |
NuGet Url: | https://www.nuget.org/packages/AzFunctions.Bindings.KeyVault |
Install
Install-Package AzFunctions.Bindings.KeyVault
dotnet add package AzFunctions.Bindings.KeyVault
paket add AzFunctions.Bindings.KeyVault
AzFunctions.Bindings.KeyVault Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Azure.KeyVault(>= 3.0.4)
- Microsoft.Azure.WebJobs(>= 3.0.14)
- Microsoft.IdentityModel.Clients.ActiveDirectory(>= 5.2.6)
Tags