Azure Integration Runtime Vs Self Hosted Integration Runtime

Vivek Komarla Bhaskar 911 Reputation points
2022-09-01T23:19:45.887+00:00

Hi Team,

My question is around the costs when using Azure Integration Runtime Vs Self Hosted Integration Runtime.
For the sake - I created a pipeline with two copy activities, each activity imports the data HTTP API and copies that onto a ADLS Gen2 storage account.

Here are the screenshots when I ran the pipeline with Azure Integration Runtime Vs Self Hosted Integration Runtime. Can someone please assist me on the exact price incurred for this execution based on the screenshot, please?

237049-screenshot-2022-09-02-at-001238.png

237050-screenshot-2022-09-02-at-001103.png
237007-screenshot-2022-09-02-at-001049.png

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

Accepted answer
  1. Bhargava-MSFT 31,031 Reputation points Microsoft Employee
    2022-09-02T21:37:48.747+00:00

    Hello @Vivek Komarla Bhaskar ,

    Welcome to the MS Q&A platform.

    We will need to consider the below while calculating the pipeline run cost

    1) Operation

    Read/write/update/delete
    monitoring: get, list

    2) Orchestration and execution

    Activity runs, debug runs, trigger executions

    Data movement per DIU- hour

    Pipeline activity per hour

    External activities(stored proc, notebooks) per hour

    3) Data flows- cost depends on cluster size

    Basic -General purpose

    Standard - memory optimized

    In your case, the price will be the same for running the pipeline on Azure IR and SHIR(Both costs $0.02)

    But if you run the activity runs for 2000 times, then you will get benefited from Azure IR.

    Azure IR costs 2*1 = $2
    SHIR costs 2*1.5 = $3

    238247-image.png

    238332-image.png

    You can use the pricing calculator to find these costs: https://azure.microsoft.com/en-us/pricing/calculator/

    Please note: All activities are prorated by the min and rounded up

    Ex: if the duration is 10 sec, it will be rounded as 1 min,
    if the duration is 1min 10 sec then it will be rounded as 2 mins


    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators

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.