Azure Data factory - Conversion from Duration to execution hours unclear

markharing@bisqq.nl 61 Reputation points
2020-09-18T07:42:54.927+00:00

Hi,

I am following the conversion from pipeline duration to execution hour and I am not able to folow what is happening. I am using a Self hosted IR so DIU is not applicable.

Example; How does 00:01:32 become 0.5333 execution hours? See attached screenshots.25710-adf-time-calculation-1.png25719-adf-time-calculation-2.png

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

Accepted answer
  1. KranthiPakala-MSFT 46,642 Reputation points Microsoft Employee Moderator
    2020-09-21T18:53:34.767+00:00

    Hi @markharing@bisqq.nl ,

    Thank you for your patience. Please note that Azure Data Factory, Data Pipeline Pricing is calculated based on:

    • Pipeline orchestration and execution
    • Data flow execution and debugging
    • Number of Data Factory operations such as create pipelines and pipeline monitoring

    You pay for data pipeline orchestration by activity run and activity execution by integration runtime hours. Integration runtime charges are prorated by the minute and rounded up.

    • 0.5333 = 32 * 0.01667. Which matches with the 32 runs, and for each run, duration is round up to 1 minute or 0.01667 Hour

    For more details, please refer to ADF V2 pricing page: https://azure.microsoft.com/pricing/details/data-factory/data-pipeline/

    Also please refer to this doc for pricing calculator : https://azure.microsoft.com/pricing/calculator/?service=data-factory

    Here is a tutorial on Understanding Data Factory pricing through examples: Understanding Data Factory pricing through examples

    Hope this info helps, if you have further query w.r.t any specific pipeline run, please share the run ID of that pipeline, we will be glad to assist further.

    Thank you

    ----------

    Please do consider to click on "Accept Answer" and "Upvote" on the post that helps you, as it can be beneficial to other community members.


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.