Skip to content

swilkodev/CleanFunc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published