When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Udemy logo

Azure Durable Functions: A Practical Guide

Learn about Azure Durable Functions with 5 demos to implement complex stateful serverless workflows!

     
  • 4.4
  •  |
  • Reviews ( 35 )
₹799

This Course Includes

  • iconudemy
  • icon4.4 (35 reviews )
  • icon3.5 total hours
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconUdemy

About Azure Durable Functions: A Practical Guide

Serverless computing is the future of Cloud Computing!!!

Azure function lets you run code on demand without provisioning or managing any servers in cloud. It allows developers to create a short-lived, stateless function that has one responsibility.

While this is great, there are some drawbacks. What if we have a complex workflow that takes a long time to complete or is not stateless? This is where Durable Functions come in.

Durable Functions is an extension of Azure Function that lets you write stateful functions in a serverless compute environment. Durable Function provides a powerful and flexible way to build complex, long-running workflows in the cloud, while abstracting away many of the underlying infrastructure and management concerns.

After an introduction to Durable Function, we'll dive right in to the details including:

Durable Function Types

Setup local development environment. Develop and test Durable Functions locally and deploy to Azure

Common workflows suitable for Durable Functions

Practice with real world demos for each of the 5 workflows

Deploy your locally develop function to Azure and secure the function app

And more…

Source code is provided for each demo, so you will always stay up-to-date with the course pacing.

By end of these sections, you will have a solid understanding about all the common workflows, and confidence to implement them in your use cases.

This course also comes with:

Lifetime Access to All Future Updates

Links to interesting articles, and lots of code to practice and improve

A 30 Day "No Questions Asked" Money Back Guarantee!

Serverless is the way of future and you can get started today and become an expert. Let's have some fun and build some awesome stuff in cloud together!

What You Will Learn?

  • Fundamental understanding of Azure Durable Functions.
  • Develop, debug and test Durable Functions locally and deploy to Azure using Visual Studio Code.
  • Understand common workflows suited for Durable Functions.
  • Hands on knowledge of each workflow by implementing 5 real world use cases.