I have been used to writing Windows Services using TopShelf to do all stuff which cannot be done in a web request and am slowly moving to using azure functions.
With topshelf I could generally do
- scan and register on start of a service
- use nested container for each ticket / request
How can I use IOC in an azure function call ? Should I be using it at all ?