How much Trigger cost (Logic Apps)

Anonymous
2022-07-05T22:00:32.013+00:00

I have a Logic App which triggers every 2 hours.
But, there is at least 8-10 triggers that would not fire (according to the logic) on a daily basis.
Please see bottom screenshot for illustration:

217911-image.png

I am trying to see whether it makes sense to create separate several Logic App or keep current one (which fires Trigger every two hours).
If the cost is so minimal (for Triggers to run), I do not mind just keeping current one and waste few cents per day/week/month.

Bottom is the document that I found that possibly answers my questions, but I wanted to make sure;
https://azure.microsoft.com/en-us/pricing/details/logic-apps/

217903-image.png

So my question is, how much does Azure charge per each Trigger run?

Thanks!

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

2 answers

Sort by: Most helpful
  1. Kamlesh Kumar 3,866 Reputation points
    2022-07-06T03:11:16.54+00:00

    Hi @KingJava ,

    Welcome to Microsoft Q&A Platform. Thank you for the question.

    You can refer to the document below for more details:

    https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-pricing
    https://learn.microsoft.com/en-us/azure/logic-apps/plan-manage-costs

    To answer your below queries :

    So my question is, how much does Azure charge per each Trigger run?

    If you are running in consumption SKU then and depending upon how many trigger/actions was executed you will be billed per trigger/actions. In case you are running your workflow in standard SKU then it will be charged based on the Standard Pricing tier as the compute resource will be dedicated to your workflow and Azure connector action/trigger per usage basis. The inbuild connector action/trigger will be free in Standard SKU but not the Azure connector.

    217938-image.png

    Do they charge by Trigger or successful Run or both?

    You can estimate the cost using Azure Pricing Calculator and choose the component accordingly.

    https://azure.microsoft.com/en-in/pricing/calculator/

    217947-image.png

    Regards,
    Kamlesh Kumar
    BizTalk Techie

    Please don't forget to click on 205836-130616-image.png or upvote 205759-130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is How

    Want a reminder to come back and check responses? Here is how to subscribe to a Notification

    If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators

    2 people found this answer helpful.

  2. Andrew Blumhardt 10,051 Reputation points Microsoft Employee
    2022-07-05T22:21:45.517+00:00

    Based on the documentation, my understanding is that you pay for every action and every API call (connector execution). Many actions also have an API call. It is also my understanding that you only pay for the actions and executions that are run in the workflow. If you have 40 for example, maybe only 20 are used depending on the logic.

    After the free 4000 actions, it costs roughly $2.5 for $100,000 actions and $13 for the same actions if the each call an API.

    It appears that the trigger may be considered an action. I expect you tick an action and possibly an API call for every trigger.

    Azure Functions are less expensive if you need a cheaper solution if you have coding skills. For admin tasks run on a modest schedule logic apps are very cost effective in my experience. I haven't had an opportunity to examine a real-world bill closely myself.

    1 person found this answer 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.