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:
- Trigger cost: 131,000 * $0.001 = $131
- 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