How does the costing of ADF on the free account work?

DavidOrme-247 20 Reputation points
2024-08-05T02:28:37.25+00:00

I have signed up for a free account which grants $200 credits. Before signing up I checked the free services available and saw that Azure Data Factory is an always-free service allowing 5 low-frequency activities to run per month (https://azure.microsoft.com/en-us/free/).

The documentation (https://azure.microsoft.com/en-us/pricing/details/data-factory/data-pipeline/) says "A low frequency activity does not execute more than once in a day" and that the "first 5 low frequency activities in a month are free". Does this mean that on the free account I only get 5 executions per month (the first 5, common to all accounts), or that I can have 5 different pipelines that execute once per day all month? I am also really hoping that this is an average of once per day, otherwise doing any training is going to exceed that definition.

Finally, the documentation (https://azure.microsoft.com/en-us/pricing/details/data-factory/data-pipeline/) only defines low frequency activities on the v1 tab which implies that low frequency activities only apply to v1 but, when creating an Azure Data Factory, the only option is v2. Does the same definition of low frequency ("once per day") apply to v2? If not, how do I create a v1 Data Flow?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,100 questions
0 comments No comments
{count} votes

Accepted answer
  1. Pinaki Ghatak 5,485 Reputation points Microsoft Employee
    2024-08-08T19:45:49.97+00:00

    Hello @DavidOrme-9727

    On the free account, you can use Azure Data Factory with 5 low-frequency activities per month.

    A low-frequency activity is defined as an activity that does not execute more than once in a day. This means that you can have up to 5 different pipelines that execute once per day all month. Regarding your concern about training, the low-frequency activity limit is an average of once per day, so you should be able to use it for training purposes without exceeding the limit.

    As for your question about v1 and v2, the low-frequency activity definition applies to both versions of Azure Data Factory. However, v1 and v2 have different features and capabilities.

    To create a v1 Data Flow, you can follow the instructions in this documentation: https://docs.microsoft.com/en-us/azure/data-factory/create-data-factory-using-azure-portal#create-a-data-factory.


    I hope that this response has addressed your query and helped you overcome your challenges. If so, please mark this response as Answered. This will not only acknowledge our efforts, but also assist other community members who may be looking for similar solutions.


1 additional answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA 90,496 Reputation points
    2024-08-05T09:37:36.48+00:00

    @DavidOrme-9727 - Thanks for the question and using MS Q&A platform.

    The Azure Data Factory (ADF) is an always-free service that allows 5 low-frequency activities to run per month. A low-frequency activity is defined as an activity that does not execute more than once in a day. This means that on the free account, you get 5 executions per month, and these executions can be spread across different pipelines.User's image

    Regarding your concern about training, the definition of low-frequency activities is an average of once per day. So, you can have a pipeline that runs once a day for the entire month, and it will only count as one low-frequency activity.

    As for your question about v1 and v2, the definition of low-frequency activities applies to both versions of ADF. However, v1 is being retired, and Microsoft allows to create ADF using v2 for new projects.

    User's image

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


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.