Remove Wasteful Processing in Logic Apps

Поділитися
Вставка
  • Опубліковано 7 чер 2024
  • In this video we will discuss a scenario with Logic Apps where you can have wasteful processing of unchanged records which result in an accumulating cost which can build up.
    Using a design pattern to remove the unchanged records we can optimize the cost of the Logic App to keep it efficient.
    #Azure
  • Навчання та стиль

КОМЕНТАРІ • 2

  • @GackFinder
    @GackFinder 28 днів тому

    Any Logic App processing is wasteful compared to even mediocrely written code. When comparing my last four clients whom all had similar use cases, the two clients that used Logic Apps saw a 10x total cost of ownership compared to the other two clients.

    • @mikestephenson8525
      @mikestephenson8525  22 дні тому

      it depends on the usecase i think.. some usecases will have a higher direct cost in logic apps but ive also seen customers with the reverse scenario where someone wrote thousands of lines of code to do what could be done with 4 actions in a logic app. Right tool for the right job