Azure / azure-functions-durable-python

Python library for using the Durable Functions bindings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency injection in Python Azure Functions

javierhersan opened this issue · comments

It would be great to have dependency injection in Python Azure functions. I would like to have something similar to what we have in dotnet with the startup class. Can we start working on adding dependency injection to blueprints?

would be great to have at least basic DI for activity functions