C
C#4mo ago
Core

✅ 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.Secrets
Azure.Extensions.AspNetCore.Configuration.Secrets 1.3.2
Azure Key Vault configuration provider implementation for Microsoft.Extensions.Configuration.
No description
1 Reply
Unknown User
Unknown User4mo ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?