Skip to content

Sample repo for Durable Functions with Netherite as storage provider

Notifications You must be signed in to change notification settings

lechnerc77/durablefunctionsnetherite

Repository files navigation

Durable Functions (TypeScript) and Netherite as Storage provider

Setup

You must execute the following steps before staring the function:

  • Install dependencies via npm install
  • Install extensions via func extensions install
  • Build sources via npm run build

Execution

You have the following options to execute the project:

  • Plain start and execution of the Function host: run npm run start
  • Verbose start and execution of the Function host: run npm run start-verbose
  • Debug mode: press F5

Trigger Function

Execute the request in the file request.http

About

Sample repo for Durable Functions with Netherite as storage provider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published