Open utterances-bot opened 3 years ago
Azure Functions are one of the best examples of serverless applications. By default you can't use Dependency injection: here's how you can configure it by adding the Startup class.
https://www.code4it.dev/blog/azure-functions-startup-class
Do you have any clue how we can do the same with the Java lib ?!
How to add a Startup class to Azure Functions - Code4IT
Azure Functions are one of the best examples of serverless applications. By default you can't use Dependency injection: here's how you can configure it by adding the Startup class.
https://www.code4it.dev/blog/azure-functions-startup-class