Skip to content

Commit

Permalink
Inject AzureStorageOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceredron committed Nov 14, 2024
1 parent 6533991 commit 4222609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Altinn.Broker.API/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ static void ConfigureServices(IServiceCollection services, IConfiguration config
services.Configure<AzureResourceManagerOptions>(config.GetSection(key: nameof(AzureResourceManagerOptions)));
services.Configure<AltinnOptions>(config.GetSection(key: nameof(AltinnOptions)));
services.Configure<MaskinportenSettings>(config.GetSection(key: nameof(MaskinportenSettings)));
services.Configure<AzureStorageOptions>(config.GetSection(key: nameof(AzureStorageOptions)));

services.AddApplicationHandlers();
services.AddIntegrations(config, hostEnvironment.IsDevelopment());
Expand Down

0 comments on commit 4222609

Please sign in to comment.