Azure / azure-functions-durable-python

Python library for using the Durable Functions bindings.
MIT License
134 stars 54 forks source link

Dependency injection in Python Azure Functions #495

Open javierhersan opened 5 months ago

javierhersan commented 5 months ago

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?

Grzelox commented 4 months ago

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