Azure Logic Apps and Azure function costing

Sumit Gaur 260 Reputation points
2023-07-09T15:04:53.2866667+00:00

in Azure Virtual machines we have the option of using Azure VM reserved instances to save cost on the long run (discounted prices) compared to pay as you go model.

do we have something similar for logic apps standards and azure function where we could save up cost in long run by having something similar to what we have for Azure VM?

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

Accepted answer
  1. Sander van de Velde | MVP 36,766 Reputation points MVP Volunteer Moderator
    2023-07-09T20:14:42.1966667+00:00

    Hello @Sumit Gaur,

    there are two payment models for Azure Functions.

    You can either go for Consumption plan where Microsoft manages the hosting and you only pay for the actual number of executions. This is perfect for functions that are not being continuously executed.

    You can also host your Azure Functions in a dedicated web app. Here, you control the size of your web app used for hosting the apps. This is perfect if you want to control the response times of your functions.

    Because you have to pay for the compute of your web app, you need to figure out how to configure it in the cheapest way (like always-on or not, size, number of instances, auto scale-up-and-down).

    The same comparison goes for Logic Apps standard versus consumption.

    I'm not aware of any Web App / Logic app basic reserved instance offerings. See this for reserved instances for app services.

    Please spend some time reading the documentation (see the links above).


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.


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.