Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Building resilient workflow using Azure Durable Functions

Building resilient workflow using Azure Durable Functions

These are the slides that are part of the one day workshop given at the Microsoft Belgium office on March the 6th.

Marc Duiker

March 06, 2020
Tweet

More Decks by Marc Duiker

Other Decks in Programming

Transcript

  1. @MarcDuiker Azure Functions Pay per use Abstraction of servers Event-driven

    speed & scale What to like about Azure Functions?
  2. @MarcDuiker Azure Functions Fan-out/fan-in FA1 is called for each of

    the items in [N]. FO waits until all FA1 results are in.