/azure-functions-starter

Azure Function .NET 6 Starter Kit : Dependency Injection, Logger, IConfiguration AppSettings

Primary LanguageC#MIT LicenseMIT


Peppermint Azure Functions starter kit.

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 BugRequest Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact

About The Project

Peppermint Azure Function Starter Kit :

  • Based on Azure Function v4 SDK (inprocess)
  • Use .NET 6 SDK
  • Use tiers librairies : Logging Extensions, MsTest, Moq, NFluent.

(back to top)

Built With

(back to top)

Getting Started

Coming soon ...

Prerequisites

You might have a .NET 6 SDK and Azure Function v4 SDK.

Installation

Git checkout and install template.

dotnet new install .

(back to top)

Usage

dotnet new azure-functions-starter-kit -n "Enterprise.MyFunction"

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Alexandre Julien - @alexandrejulien

Project Link: https://github.com/alexandrejulien/azure-function-starter

(back to top)