Deep dive in Durable Functions - Laurent Bugnion - NDC Oslo 2021

Поділитися
Вставка
  • Опубліковано 11 вер 2024
  • Azure Functions are one of the offerings implemented by Microsoft for serverless technologies. While they are extremely easy and fast to deploy and run, and offer a lot of versatility to implement backend functionalities, they also have some limitations. This is why Durable Functions were developed.
    With Durable Functions, you have even more power to create powerful backend systems. You can have long running functions, massively parallel processing, and other application patterns that we will review and demo. But all this power comes with some caveats, and it is very important to understand precisely how Durable Functions work, and what the underlying mechanisms are. In this session, Laurent Bugnion, a Microsoft Cloud Advocate since 2017 will take you to a deep dive into Azure Durable Functions. You will get out of this talk with a deeper understanding of Azure Functions, the Durable extensions and some demos illustrating all the points.
    Check out more of our featured speakers and talks at
    ndcconferences...
    ndcoslo.com/

КОМЕНТАРІ • 11

  • @tomvandenberg4210
    @tomvandenberg4210 Рік тому

    Very good deep dive, the point at 50:00 gave my use case more convidence

  • @aprobinda
    @aprobinda Рік тому

    42:10 that is exactly the problem I had a few days ago! I learned about serialization the hard way: a class parameter in an activity function must have public setters in all properties.
    Thank you for this video!

  • @logaraj6938
    @logaraj6938 Рік тому

    It was awesome session for Azure paas developer

  • @glob3rek
    @glob3rek Рік тому

    Thanks for the overview, nice and slick

  • @signupwithful
    @signupwithful 2 роки тому

    One of the best ADF videos

    • @cyndijohnson5473
      @cyndijohnson5473 Рік тому

      That acronym is overloaded: aka Azure Data Factory

  • @SFORSANDEEP
    @SFORSANDEEP 2 роки тому

    Wawwww.. Super class..

  • @bfg5244
    @bfg5244 2 роки тому

    you could also have http-triggered (admin) azure function that executes orchestrationClient.PurgeInstanceHistoryAsync to ease developing

  • @bfg5244
    @bfg5244 2 роки тому

    not to mention you could totally debug Durable functions locally with Azurite

  • @paulkersey2424
    @paulkersey2424 Рік тому

    English please

  • @9888622400
    @9888622400 11 місяців тому

    Hi, can you share any approach in python as well?