Solve Long-Running Stateful Processes in the Cloud with Azure Durable Function

One of the challenges when running automated processes in a cloud environment is how to maintain state, i.e. how to take an initial set of information/data and send it to other disparate systems unrelated in both time and location.  Often times this involves persisting the data in a database, often times by query string parameters.

We now have a way to do that effectively with a subset of Azure Functions called Durable Functions which allow us to do various patterns of simplifying complex stateful coordinated requirements in the stateless RESTfull world of Cloud Computing.

Benefits of Attending this Session:

  1. Solving a common problem with doing Cloud Development
  2. Go beyond simple processes in the Cloud
  3. Take your on premises coding skills and apply them to the cloud
Share this on...