0

I see total cost of ADF Activities from Cost Analysis.

But where I can see how many time activities have run in last month?

Kenny_I
  • 2,001
  • 5
  • 40
  • 94
  • Does this answer your question? [Programatically Get ADF pipeline consumption report](https://stackoverflow.com/questions/68017384/programatically-get-adf-pipeline-consumption-report) – ray Dec 03 '22 at 20:31

1 Answers1

2

I created Azure data factory and created pipeline and implemented copy data activity. Image for reference:

enter image description here

I want to show the activity runs of pipeline. For that I followed below steps:

Go to Monitor ->pipelineType(Triggered/debug) ->Click on pipline which we want to see the activity runs as mentioned below

enter image description here

When click on the pipeline I got activity runs of pipeline as below

enter image description here

if we want to get consumption of pipeline, click on consumption will get as below

enter image description here

enter image description here

How many days we want to search we can select as mentioned below:

enter image description here

In this way we can get the activity runs of azure data factory.

Bhavani
  • 1,725
  • 1
  • 3
  • 6