Azure Service With Strong Typed Configuration via Castle Dicitonary Adapter
-
Define configuration interfaces like in Configuration.Interfaces assembly
-
Define your factories / use azure config provider in composition root and use dictionary adapter to fill the config dictionaries like in CompositionRoot.cs files
-
Inject your config like in MyWorkerService