Hello Azure Data Factory Developers,
Following starting situation:
We have a parameterized adf pipeline to be able to load and transform data from different source systems with only one generalized pipeline.
Goal:
We want to have a cost analysis of the pipeline per source system load.
For example:
Loading from Source S1 with Pipeline P costs us 100 dollar per month
Loading from Source S2 with Pipeline P costs us 70 dollar per month
Loading from Source S3 with Pipeline P costs us 20 dollar per month
and so on.
Question:
I know there is the possibility to tag the pipeline run with annotations.
But is there any possibility to use tags or annotations of pipeline runs in the cost analysis of the whole subscription?
Thank you much!