Peppermint function is a simple boilerplate / starter kit for Azure Function SDK as a template.
This .NET template give a simple example of an HTTP function with IoC and unit tests.
Explore the docs �
�
Report Bug
�
Request Feature
Table of Contents
Peppermint Azure Function Starter Kit :
- Based on Azure Function v4 SDK (inprocess)
- Use .NET 6 SDK
- Use tiers librairies : Logging Extensions, MsTest, Moq, NFluent.
- Azure Function SDK 4 :https://github.com/dotnet/aspnetcore
- .NET 6 : https://dotnet.microsoft.com/en-us/download/dotnet/6.0
Coming soon ...
You might have a .NET 6 SDK and Azure Function v4 SDK.
Git checkout and install template.
dotnet new install .
dotnet new azure-functions-starter-kit -n "Enterprise.MyFunction"
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Alexandre Julien - @alexandrejulien
Project Link: https://github.com/alexandrejulien/azure-function-starter