Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 291 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 291 Bytes

Azure Durable Functions Lab

Showing how to use the Azure Durable Functions to write workflows composed from Functions.

The use case is a simple integration scenario: fetch some currency exchange rates from the national bank and save them into a database.

Building

dotnet build