Azure Durable Function Real World Scenario

Frendy Chandra 21 Reputation points
2020-12-19T17:01:06.42+00:00

Hi,

I wonder whether in real world scenario, how we will use Azure Durable Function ?
Anybody has been using it in production?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,678 questions
0 comments No comments
{count} votes

Accepted answer
  1. Pramod Valavala 20,611 Reputation points Microsoft Employee
    2020-12-21T04:45:00.203+00:00

    Durable Functions serve to define complex workflows using code. Anything from monitoring workflows to order processing to batch processing data, durable functions is a viable candidate to consider.

    The Application Patterns highlighted in the docs can definitely fit many use cases either alone or in combination with one another.

    Surely, the same can be implemented using similar job frameworks run by queues (like celery or bull), but durable functions allow the same to run and scale as a serverless service.

    While I'm unaware of any public data of customers using it in production that I can share, the queries raised on durable functions across community forums should be a good indicator of people using it.

    0 comments No comments

0 additional answers

Sort by: Most helpful