✅ Azure Key vault - what is considered a transaction?
Hello,
I am using Azure vault to load configuration values, just like from
The package is from Microsoft: https://www.nuget.org/packages/Azure.Extensions.AspNetCore.Configuration.Secrets
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.Secrets

Azure Key Vault configuration provider implementation for Microsoft.Extensions.Configuration.