This is the third part of a series of vlogs where I'll talk about the Durable Functions API. In this episode I'm covering methods from the DurableOrchestrationClient(Base) class on how to purge the history data and how to terminate a running instance:
[1:04] Azure Functions Updates Twitterbot
[3:28] Purge instance history
[14:32] Terminate instance
Creating the Azure Functions Updates Twitterbot: https://blog.marcduiker.nl/2019/03/03...
GitHub repo with the demo project: https://github.com/marcduiker/demos-a...