Forum Discussion
Azure Logic Apps pricing (Rough Estimate)
- May 05, 2021
Hi msef280 ,
Azure Logic Apps (the version currently GA, not the one in preview) has a consumption-based model, so no flat fixed fee.
The hardest part is to estimate how many times your workflow would run in a given timeframe (e.g. a month). Since most Logic App triggers are event-based, depending on what trigger you use, you need to estimate how many events will occur that would trigger your Logic App run.
The second factor is how many connectors you are using in your workflow. Standard connectors (like Office 365) have a different "unit price" comparing to Enterprise connectors. If your workflow is more complex and handle enterprise software, you might need an Integration Account (or even a separate Integration Service Environment). These capabilities are adding to your total costs.
If there is no way you can estimate those and put these figures into Azure Pricing Calculator, you could create a budget alert with a certain $$ value on the Resource Group where you deployed your Logic App. You will be notified, if or when your either reach the limit (actual costs budget alert) or Azure predicts you will in near future (forecasted budget alert).
Hi msef280 ,
Azure Logic Apps (the version currently GA, not the one in preview) has a consumption-based model, so no flat fixed fee.
The hardest part is to estimate how many times your workflow would run in a given timeframe (e.g. a month). Since most Logic App triggers are event-based, depending on what trigger you use, you need to estimate how many events will occur that would trigger your Logic App run.
The second factor is how many connectors you are using in your workflow. Standard connectors (like Office 365) have a different "unit price" comparing to Enterprise connectors. If your workflow is more complex and handle enterprise software, you might need an Integration Account (or even a separate Integration Service Environment). These capabilities are adding to your total costs.
If there is no way you can estimate those and put these figures into Azure Pricing Calculator, you could create a budget alert with a certain $$ value on the Resource Group where you deployed your Logic App. You will be notified, if or when your either reach the limit (actual costs budget alert) or Azure predicts you will in near future (forecasted budget alert).
https://techcommunity.microsoft.com/t5/azure-sentinel/what-s-new-monitoring-your-logic-apps-playbooks-in-azure/ba-p/1873211