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

Dealing with complex workflows in Azure Functions @ Virtual Azure Community Day

Dealing with complex workflows in Azure Functions @ Virtual Azure Community Day

Slides of the presentation I gave at the Virtual Azure Community Day in Track 1.

Official docs: https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-overview?tabs=csharp

My YouTube videos: https://www.youtube.com/user/marcduiker

My Azure Functions retro game: https://marcduiker.itch.io/azure-functions-the-game

Marc Duiker

March 31, 2020
Tweet

More Decks by Marc Duiker

Other Decks in Programming

Transcript

  1. @MarcDuiker Serverless workflows “A workflow consists of an orchestrated and

    repeatable pattern of activity” https://en.wikipedia.org/wiki/Workflow
  2. @MarcDuiker Serverless workflows Fan-out/fan-in FA1 is called for each of

    the items in [N]. FO waits until all FA1 results are in.
  3. @MarcDuiker Serverless workflows EventGrid – the eventing backplane in Azure

    https://docs.microsoft.com/en-us/azure/event-grid/overview