code4it-dev / blog-comments

https://www.code4it.dev/
1 stars 0 forks source link

blog/azure-functions-startup-class #14

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

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

alisharifi01 commented 3 years ago

Do you have any clue how we can do the same with the Java lib ?!