I have a separate database for every client. I want to initialize EF Core context using dependency injection at function app startup. How can I achieve this?
I want to avoid initializing a connection for the same database on every function call when the function app is already running.