MerrionComputing / EventsSourcing-on-Azure-Functions

A library to demonstrate doing Event Sourcing as a data persistence mechanism for Azure Functions
MIT License
103 stars 20 forks source link

Change configuration to use IFunctionsConfigurationBuilder #40

Open MerrionComputing opened 4 years ago

MerrionComputing commented 4 years ago

See https://docs.microsoft.com/en-us/azure/azure-functions/functions-dotnet-dependency-injection#customizing-configuration-sources

The configuration of the different maps (Event Maps, Projection Maps and Classification Maps) should be changed to use the new IFunctionsConfigurationBuilder way of injecting config.