Azure Functions University: Durable Functions Lesson II (TypeScript)

preview_player
Показать описание
Video for the Azure Functions University - Durable Functions Lesson II (TypeScript).


0:00 - Intro
0:55 - GitHub repo & Contributing
2:04 - Azure Durable Functions - Advanced Patterns
2:57 - Prerequisites
3:45 - Scenario
7:20 - Fan-Out/Fan-In
28:25 - Sub-Orchestration
46:32 - External Event - Human Interaction
1:06:00 - Homework
1:07:15 - Workspace & CodeTour
1:09:52 - Closing

Рекомендации по теме
Комментарии
Автор

hi Marc, thank you very much for the videos, have been a great resource for me.

i'm building an API for CRUD operations which involve a fair amount of orchestration so I decided to build it with durable functions.
i'm looking for production examples of how to structure the repository, can you share any?
also, for CRUD operations of a same entity, lets say `user` (GET '/:userId', POST '/', PUT '/:userId', DELETE '/:userId'), would you recommend handling all of them from within the same http trigger?

hope it makes sense and thank you again for the content!

ralcala
Автор

What's different between bindings and bindingData? What about them?

romeobetances
welcome to shbcf.ru