Logic APP vs Function APP

sakuraime 2,321 Reputation points
2021-01-11T06:05:39.673+00:00

Logic APP vs Function APP, which one is cheaper in general ?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,969 questions
{count} votes

2 answers

Sort by: Most helpful
  1. MayankBargali-MSFT 69,971 Reputation points
    2021-01-11T06:48:24.367+00:00

    Hi @sakuraime

    The logic app is billed for runs the triggers, action, and connector executions whereas the Azure Functions consumption plan is billed based on per-second resource consumption and executions. The pricing will be varied according to the business logic/workflow

    I will suggest using the pricing calculator to compare what would be cheaper between the two for your business. But if you have high resource utilization then the function will be cheaper than a logic app.

    In azure function consumption plan pricing includes a monthly free grant (*Free grants apply to paid, consumption subscriptions only.) In that scenario, you can leverage function rather than the logic app if it is under the free limit.

    I will also suggest reviewing the serverless comparison.

    App Pricing: https://azure.microsoft.com/en-us/pricing/details/logic-apps/
    Function App Pricing: https://azure.microsoft.com/en-us/pricing/details/functions/
    Azure Pricing Calculator: https://azure.microsoft.com/en-in/pricing/calculator/

    2 people found this answer helpful.
    0 comments No comments

  2. SUNOJ KUMAR YELURU 14,016 Reputation points MVP
    2021-01-11T06:27:00.733+00:00

    @sakuraime

    Functions app is cheaper when compared to logic app.

    Pricing model for Azure Logic Apps
    When comparing Logic Apps and Azure Functions, both can run under a consumption plan. That means both have a pay-per-usage billing model.
    Price/Unit of Measure
    Consumption Plan

    Azure Logic Apps

    Azure logic app Pricing

    Azure Functions

    Consumption plan pricing includes a monthly free grant of 1 million requests and 400,000 GB-s of resource consumption per month.

    Azure Function App pricing

    Note: Azure Functions can also run under App Service Plan – hence a different pricing model.

    In case you leverage the integration account with your Logic Apps than you should be aware of additional costs.

    ----------

    Please don’t forget to "Accept the answer" and up-vote wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.
    0 comments No comments