azure-functions-boilerplate
azure-functions-boilerplate copied to clipboard
A boilerplate project for getting started with Azure Functions v4
Azure Functions Boilerplate
This is a quick boilerplate for getting started with Azure Functions v3 and Dependency Injection.
Goals
- 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)
License
This project is licensed under the MIT License