Durable Functions 2.0 - Serverless Actors, Orchestrations, and Stateful Functions

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

Do not want to comment on design - didn't use durable or any Azure Functions yet - but this is one of the best sessions i'v seen on DNConf 2019 so far.
Great job !

michallevy
Автор

Thanks!! Very clear and crisp demo. Can you please make a demo on how to clean up durable function history depending on a threshold. Thanks again.

DeepakShaw
Автор

i cant understand. Can i use orchestrations for faster answer? like i want to create chat bot and my endPoint(httpTrigger) will receive command then i send this into orchestration function then i use trigger for calling command function and wait for answer, but it doesn't work fast, why? i don't understand(

p.s. Azure Functions looks good for this, but not should that i can create command pattern with Azure Durable
p.s.s and i use localhost

orestpavlenko
Автор

Is it possible to invoke Durable function when a message is received in Service Bus queue? If yes, please let me know how to do that?

vsraman
Автор

Bunch of information glossed over and just as useful as ms docs.

robd
Автор

Nice video. At 16:40 you talk about injecting your own services. What are the different ways of doing that?

gl