Do long-running Logic Apps cost more money?

Pitawat Nantamanop 71 Reputation points
2021-05-19T07:14:59.02+00:00

Hi,

I use Logic Apps a lot and I find it very useful. Here's my question:

If a workflow runs for several hours, will it cost more money? Referring to Azure Logic App pricing page, the running cost is based on number of triggers and actions per flow and didn't mention anything about the time.

For example, I setup a flow and it contains the "Delay" connector which makes the flow wait 10 hours before continuing execution, or an approval flow that is likely to run for several hours as it waits for approver to respond. Will these kinds of flows cost more than flows that finish in seconds?

Thanks.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,551 questions
{count} votes

Accepted answer
  1. ChaitanyaNaykodi-MSFT 27,476 Reputation points Microsoft Employee Moderator
    2021-05-25T01:34:24.537+00:00

    Hello @Pitawat Nantamanop , apologies for the delay. As per the Pricing and billing models for Azure Logic Apps you are only billed for every execution of the triggers and actions in your workflow. For Delay connector timer there's no polling happening while delay timer is running. You only pay for one (1) billable execution for the entire duration of the wait. Same applies for other similar actions as well unless there is a polling mechanism involved you are not billed for wait duration. I hope this helps in answering your question, please let me know if there are any additional concerns. Thank you!

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.