AnkurMadaan / CleanFunc

Clean architecture with azure functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

CleanFunc

Clean architecture with azure functions. *Work In Progress*

Getting Started

To run the function app, firstly run the scripts/setup.ps1 file to create azure dependencies.

Database Configuration

The sample is configured to use Entity Framework InMemory database by default.

Alternatively if you want to use CosmosDB, you will need to update FunctionApp/local.settings.json as follows:

  "UseInMemoryDatabase": false,

I will be adding support for SQL Server soon.

Other Clean Architecture Repositories

About

Clean architecture with azure functions


Languages

Language:C# 98.2%Language:PowerShell 1.4%Language:Batchfile 0.4%