Share via

Additional cost for calling Data Factory API

BrianC 120 Reputation points
2025-02-14T07:37:47.0833333+00:00

Hi all,

Currently we are going to add an Data Factory API call to the Data Factory pipeline.

We have a pipeline that run every 10mins and we would like to add a Web activity that call the Data Factory queryPipelineRuns API. (https://learn.microsoft.com/en-us/rest/api/datafactory/pipeline-runs/query-by-factory?view=rest-datafactory-2018-06-01&tabs=HTTP). That means we will make around 30day * 24hr * 60/10min = 4320 call/month.

May I know will it generate any extra cost? Assume we are in the East Asia region. Thanks in advance.

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.


1 answer

Sort by: Most helpful
  1. Anonymous
    2025-02-14T18:12:16.81+00:00

    @BrianC

    Welcome to Microsoft Q&A platform and thanks for posting your query here.

    Adding a Web activity to call the Data Factory queryPipelineRuns API will indeed generate additional costs. The pricing for Azure Data Factory is based on several factors, including pipeline orchestration and execution, data movement, and monitoring

    For your scenario, the primary cost will come from the pipeline orchestration and execution. Each API call is considered an activity run, and you will be making 4,320 calls per month. The cost for these activity runs will depend on the pricing tier and region (East Asia in your case)

    To get a precise estimate, you can use the Azure Pricing Calculator and input your specific usage details

    please go through the links:

    https://learn.microsoft.com/en-us/azure/data-factory/pricing-concepts

    https://azure.microsoft.com/en-us/pricing/details/data-factory/data-pipeline/

    I hope the above steps will resolve the issue, please do let us know if issue persists. Thank you


    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.

    Was this answer helpful?

    1 person found this answer 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.