Overcoming Serverless challenges with Durable Functions

preview_player
Показать описание
Getting started with serverless on Azure is easy but what if you're making something bigger than a 'Hello World' function? In this session Anthony and Marc discuss several application patterns that enable you to write event-driven, resilient and highly scalable applications with Durable Functions, an open source extension on top of Azure Functions.

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

can you run several different functions in parallel in Fan out-Fan in method ? or should it be just one function ?

mooncake