An open API service indexing awesome lists of open source software.

https://github.com/shibayan/azure-functions-boilerplate

A boilerplate project for getting started with Azure Functions v4
https://github.com/shibayan/azure-functions-boilerplate

azure azure-functions azure-pipelines dependency-injection managed-identity

Last synced: 6 months ago
JSON representation

A boilerplate project for getting started with Azure Functions v4

Awesome Lists containing this project

README

          

# Azure Functions Boilerplate

![Build](https://github.com/shibayan/azure-functions-boilerplate/workflows/Build/badge.svg)
[![Build Status](https://dev.azure.com/shibayan/azure-functions-boilerplate/_apis/build/status/Build%20azure-functions-boilerplate?branchName=master)](https://dev.azure.com/shibayan/azure-functions-boilerplate/_build/latest?definitionId=44&branchName=master)

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](https://github.com/shibayan/azure-functions-boilerplate/blob/master/LICENSE)