Durable functions in Python for Azure Functions | Azure Friday

Поділитися
Вставка
  • Опубліковано 4 жов 2024

КОМЕНТАРІ • 7

  • @shakthivelcr7
    @shakthivelcr7 8 місяців тому

    That fan in fan out architecture is fkn amazing!!

  • @SagnikSaha94
    @SagnikSaha94 3 роки тому +3

    Durable functions looks to be more interesting to work with 🙂

  • @sujaikarnam1488
    @sujaikarnam1488 3 роки тому

    Do we need to create separate Azure Functions for each activity in the pipeline, or is it going to be one Azure Function App? For instance, in Pattern 1 & 2, the functions F1, F2, F3 and F4 are separate azure functions or they are separate python functions (like a package structure). Please help me understand.
    But, yes this really looks wonderful and will help us optimize our python azure function ETL process!

    • @sujaikarnam1488
      @sujaikarnam1488 3 роки тому

      Never mind...I figured out after following the example creating the durable function in python article. Its one function app with multiple functions within it.

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

    How do we terminate a durable function in python?

  • @AnkitKumar-fn9wx
    @AnkitKumar-fn9wx 2 роки тому

    What is the time out limit for an orchestrator function, What if one of my activity function or combining all activity function takes more than 30 mins to execute. Will it timeout as in normal functions?

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

      the premium plans have unlimited runtime i believe\