Logic Apps Pricing Model

Jarrett Leland 21 Reputation points
2024-07-11T22:29:54.0366667+00:00

I just had a logic app running (Consumption) and got the cost breakdown, and I want to ensure I'm charged correctly.

My understanding is that I get charged .001 for an enterprise connector. I have a trigger and one action (Both are enterprise).

I had 131000 runs, which tells me it cost 400 bucks.

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,666 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,188 questions
0 comments No comments
{count} votes

Accepted answer
  1. hossein jalilian 8,080 Reputation points
    2024-07-11T22:52:55.22+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    The pricing for enterprise connectors in Azure Logic Apps is indeed $0.001 per execution. Here's how the cost should be calculated:

    1. Trigger cost: 131,000 * $0.001 = $131
    2. Action cost: 131,000 * $0.001 = $131

    Total cost: $131 + $131 = $262

    There are a few possible explanations for this discrepancy:

    • Check if there are any additional actions or connectors in your Logic App that you might have overlooked
    • Remember that both successful and failed actions are billable
    • Ensure that the cost you're looking at corresponds exactly to the number of runs you're considering.
    • There might be additional costs related to data retention, storage, or other Azure services used in conjunction with your Logic App.

    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful

    2 people 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.