Skip to content

Commit

Permalink
Make it more clear that this is for Azure key vault.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorntore committed Jul 1, 2024
1 parent 2328dff commit 61f4681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Altinn.App.Api/Extensions/HostBuilderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static class HostBuilderExtensions
/// <remarks>Use </remarks>
/// <param name="builder"></param>
/// <exception cref="ApplicationConfigException"></exception>
public static void AddKeyVaultAsConfigProvider(this IHostApplicationBuilder builder)
public static void AddAzureKeyVaultAsConfigProvider(this IHostApplicationBuilder builder)
{
IConfigurationManager configuration = builder.Configuration;
IConfigurationSection section = configuration.GetSection("kvSetting");
Expand Down

0 comments on commit 61f4681

Please sign in to comment.