azure-functions-boilerplate icon indicating copy to clipboard operation
azure-functions-boilerplate copied to clipboard

A boilerplate project for getting started with Azure Functions v4

Azure Functions Boilerplate

Build Build Status

This is a quick boilerplate for getting started with Azure Functions v3 and Dependency Injection.

Goals

  1. Dependency Injection ALL THE THINGS
  2. No more need AccessKey and ConnectionString
  3. Smart configuration / options (Configuration as a Code)
  4. Better cancellation support (Graceful shutdown)
  5. Easier deployment template (CI/CD)

License

This project is licensed under the MIT License