Free Download Azure Durable Functions FundamentalsMark Heath | Duration: 2:53 h | Video: H264 1280x720 | Audio: AAC 48 kHz 2ch | 490 MB | Language: English
Durable Functions enables you to create reliable stateful workflows with Azure Functions. This course teaches you how to implement "fan-out fan-in" patterns, pause waiting for human interaction, and how to debug, deploy, and monitor your workflows.
When you're creating workflows with serverless functions, managing errors, tracking state, and running activities in parallel can result in a lot of extra work. In this course, Azure Durable Functions Fundamentals, you'll learn how Durable Functions allows you to easily and reliably build your stateful workflows on top of the Azure Functions platform, while still taking advantage of all its benefits including scalability, rapid development, and a consumption-based pricing model.
• First, you'll learn how you can handle errors and track the progress of workflows