This is a quick boilerplate for getting started with Azure Functions v4 and Dependency Injection.
- Dependency Injection ALL THE THINGS
- No more need
AccessKey
andConnectionString
- Smart configuration / options (Configuration as a Code)
- Better cancellation support (Graceful shutdown)
- Easier deployment template (CI/CD)
This project is licensed under the MIT License