Skip to content

A boilerplate project for getting started with Azure Functions v4

License

Notifications You must be signed in to change notification settings

shibayan/azure-functions-boilerplate

Repository files navigation

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

Releases

No releases published

Languages