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

Dutch Cloud Meetup: Dealing with complex workflows in Azure Functions

Dutch Cloud Meetup: Dealing with complex workflows in Azure Functions

Presentation for the Dutch Cloud Meetup on March 9th 2021.

Marc Duiker

March 09, 2021
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