✅ Azure Key vault - what is considered a transaction?
Hello,
I am using Azure vault to load configuration values, just like from
appsettings
. What happens if I have 10 secrets in the vault, each needed by different services. Will .NET load them in one transaction, or is it done individually one by one?
The package is from Microsoft: https://www.nuget.org/packages/Azure.Extensions.AspNetCore.Configuration.SecretsAzure.Extensions.AspNetCore.Configuration.Secrets 1.3.2
Azure Key Vault configuration provider implementation for Microsoft.Extensions.Configuration.
1 Reply
Unknown User•3mo ago
Message Not Public
Sign In & Join Server To View