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.
Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Marcin Policht 68,300 Reputation points MVP Volunteer Moderator
    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' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.