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
- Host: GitHub
- URL: https://github.com/shibayan/azure-functions-boilerplate
- Owner: shibayan
- License: mit
- Created: 2019-09-05T17:24:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T15:37:55.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T16:39:15.292Z (6 months ago)
- Topics: azure, azure-functions, azure-pipelines, dependency-injection, managed-identity
- Language: C#
- Homepage:
- Size: 28.3 KB
- Stars: 20
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Functions Boilerplate

[](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)