Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 869 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 869 Bytes

Azure Functions Boilerplate

Build Build Status

This is a quick boilerplate for getting started with Azure Functions v4 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