This article is part of #ServerlessSeptember. You’ll find other helpful articles, detailed tutorials, and videos in this all-things-Serverless content collection. New articles from community members and cloud advocates are published every week from Monday to Thursday through September.
Find out more about how Microsoft Azure enables your Serverless functions at https://docs.microsoft.com/azure/azure-functions/.
Writing Safe Orchestrations
This post is the fifth part of a series of blogs/vlogs to discover the Durable Functions API.
In the video linked below, I’m diving into the Durable Task Analyzer, which is bundled with the Durable Functions extension. This C# Roslyn analyzer helps you to write deterministic code for your orchestrators, so it’s safe to be replayed. The analyzer detects code violations which are described on this docs page.
Video
Here’s the video, please give it a thumbs up if you like it and please subscribe to my channel if you haven’t done so already:
Resources
- GitHub repo with demo solution containing the code violations & workarounds: github.com/marcduiker/demos-durable-task-analyzer.
- GitHub repo with Durable Functions code snippets: github.com/marcduiker/durable-functions-snippets.
Top comments (0)