Cost calculation - Wait activity

Ryan Abbey 1,186 Reputation points
2023-05-24T19:43:48.5833333+00:00

Curiosity question for which I assume I know the answer but seeking clarity

If I have a wait activity for 1 hour, assuming nothing else is happening during that 1 hour, is there any cost during that 1 hour (not counting the initiation of the wait)?

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,377 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,627 questions
{count} votes

Accepted answer
  1. Subashri Vasudevan 11,226 Reputation points
    2023-05-25T02:33:56.79+00:00

    Hello @Ryan Abbey Thanks for the ask,

    We have the same question answered here in GitHub. https://github.com/MicrosoftDocs/azure-docs/issues/29820#issuecomment-504228540 as per the link,

    For the wait activity, the cost is a flat 1$/1000 activity runs. A 10 minute wait would have the same cost as a 10 hour wait.

    Please let us know if that helps. Thanks.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. QuantumCache 20,366 Reputation points Moderator
    2023-05-30T18:06:55.3766667+00:00

    Hello @Ryan Abbey

    Just adding some more insights on this question!

    The Wait activity will be charged as per the Activity Count billing!

    The Wait activity will not use any IR Resources and no DIU is consumed, so no billing on DIU!

    For further clarification:

    *Activity Runs are billed on 'count', Check the count of Total Activity Runs!!!
    AND

    *The Data Movement Activities are billed based on the DIU consumed by the IR(Integration Runtime)

    Example: Below is the testing done to check the ADF pipeline consumption.

    Test 1: Only 'Wait' activity for 1 hour, total 1 Activity , No Data Movement happened(No DIU consumed by the IR)

    Test 2: Copy Activities + Wait Activities , The IR consumed few DIU, because we used CopyData activity!

    User's image


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.