Storage account configuration for Azure functions

Jan 20 Reputation points
2024-11-13T17:39:34.4866667+00:00

I want to create an Azure Functions free tier account, but apparently a storage account is required for that. What is the cheapest storage account configuration I can make? Also, the billing is based on usage, right?

I dont want to use the storage account, just need it for the Azure functions.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,146 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,241 questions
0 comments No comments
{count} votes

Accepted answer
  1. Marcin Policht 26,385 Reputation points MVP
    2024-11-13T18:32:07.3233333+00:00

    LRS general purpose storage account would give you the lowest cost. Take into account the region - assuming you can choose one arbitrarily.

    The pricing model is relatively complex - but is essentially based on the volume of data and its processing (IOPS). Details at https://azure.microsoft.com/en-us/pricing/details/storage/files/


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin


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.