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

Поделиться
HTML-код
  • Опубликовано: 1 мар 2022
  • 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.com/
    ndcoslo.com/
  • НаукаНаука

Комментарии • 11

  • @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!

  • @tomvandenberg4210
    @tomvandenberg4210 Год назад

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

  • @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 10 месяцев назад

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