What is the cost of failed ADF(Azure Data Factory) Pipeline

Navin Prasad Kumar 61 Reputation points
2025-02-11T10:15:39.06+00:00

I'm getting cost optimization recommendations from Azure Advisor stating that there are failed ADF pipelines. It suggests that deleting them can help save costs. Could you please specify how much I can save by deleting the pipeline?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,244 questions
Azure Advisor
Azure Advisor
An Azure personalized recommendation engine that helps users follow best practices to optimize Azure deployments.
76 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Amira Bedhiafi 28,536 Reputation points
    2025-02-11T10:20:42.3666667+00:00

    ADF charges based on the number of pipeline activities executed, the duration of those activities, and the integration runtime used.

    Failed pipelines can have also costs because they consume resources up to the point of failure.

    If your pipeline uses resources like Azure Virtual Machines, Azure SQL Database, or other services, these resources may still incur costs even if the pipeline fails. For example, if a pipeline starts a VM and then fails, the VM will continue to run unless explicitly stopped.

    Azure Advisor provides cost optimization recommendations based on your usage patterns. While it may not give a precise dollar amount, it can highlight areas where you can save by eliminating unnecessary or failed pipelines.


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.