Hello Rajiv,
First 4000 actions are free in Logic App Consumption plan.
Pricing - Logic Apps | Microsoft Azure
For Logic Apps Standard plan, you pay based on the App service plan you choose. It provides you specific amount of vCPU and memory resources.
Following example shows hourly rates of vCPU and memory:
Resource |
Hourly rate (example region) |
vCPU |
$0.192 per vCPU |
Memory |
$0.0137 per GB |
The following calculation provides an estimated monthly rate:
<monthly-rate> = 730 hours (per month) * [(<number-vCPU> * <hourly-rate-vCPU>) + (<number-GB-memory> * <hourly-rate-GB-memory>)]
Following example gives rough idea on monthly charges for each Workflow Standard plan.
Pricing tier |
Virtual CPU (vCPU) |
Memory (GB) |
Monthly rate (example region) |
WS1 |
1 |
3.5 |
$175.16 |
WS2 |
2 |
7 |
$350.33 |
WS3 |
4 |
14 |
$700.65 |
Please let me know if you have any questions.
Thanks
Umesh Panwar