An introduction to Azure Durable Functions

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Good video, thanks! :) Hope you do more! I've done a lot of other types of coding but totally new to serverless and still learning C# so this is a big help.

technonaut
Автор

Thank you. Excellent explanation. I'm using material from Whizlab in preparation for AZ204, and the section on durable functions totally left me scratching my head wondering what the heck was going on. This makes so much more sense.

VikingMan
Автор

I am so thankful to you for sharing the content, it did help me for my async durable function implementation as I was not sure how how do I check on my status of the func run. Thanks!

mangesh
Автор

Thanks for the nice demo on Durable functions. Short and Simple function. I believe it is storing the state (which is a List) in Azure Storage. Is my understanding right ? Does this state persist if the function terminates ? Can we store the state in a storage emulator and retrieve it at a later stage, when needed ? Should we use Function Entities to achieve that ? Kindly answer.

ravikumarmalipeddi
Автор

Hi, nice video.
Just a question, in HTTP async request and long running operations, what happens when I do the request to the client starting the trigger? Do my request remain pending till the result is done? Or do I have to poll the status to know if the request is completed?

alessandromarziali
Автор

Thanks for this short but meaning introduction to azure durable 
function

davidjamesy
Автор

How can we prevent orchestrator reruns in powershell code. Its keeps replaying

paragvarshney
Автор

VS Code does not give me the option to choose When prompted to select a template, only the triggers are available. I've installed everything MS recommended. What am I missing?

facoffee
Автор

Excellent explaination on using Durable Function.
I have a scenario for which I have 3 long running power shell scripts which need to be triggered through an ADF pipeline in a sequential order.
Query:
1. How can I trigger the power shell script one after other on completeting the execution of each power shell script in a sequential order?
2. Can I use durable function created for each of the Powershell script and triggring the functions through ADF pipeline?

bigjollu
Автор

This is great video. Can you make some videos on Role base access and Active Directory ?

RohitSharma
Автор

I think this example doesn't show the difference between durable and common function

artemivanov
Автор

Dam you make it easy hahaha, thanks for this tut i have Az 204 exam in 2 hours you are Legend

ProgrammingWithOsku
Автор

How to create azure durable function in VS Code

RAJATSAHANI
Автор

Can we have an HtttpTrigger function and a durable function in the same function app. If yes, then how to call the HtttpTrigger function from the durable function, please suggest

epuriraghavendra
Автор

Thanks for the example. Most of the ones in the docs use hardcoded parameters without explaining how they would actually look in a real application.

Jswimberghe
Автор

How can I deploy azure function on two different region?

TarunSingh-jemy