An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Thanks for reaching out to Microsoft Q&A.
Your understanding of estimating the costs for running mapping data flows within a parent pipeline seems mostly correct.
Here’s a breakdown to ensure clarity:
Activity Runs Cost:
- 5 activity runs @ $1.391 per 1000 runs = $0.007 per child pipeline.
- For 12 child pipelines: 12 * $0.007 = $0.084.
vCore-Hour Cost:
- Consumed vCore-hour of 0.6972 * $0.384 = $0.268 per child pipeline.
- For 12 child pipelines: 12 * $0.268 = $3.216.
Total Cost for Each Child Pipeline:
- $0.007 (activity runs) + $0.268 (vCore-hour) = $0.275 per child pipeline.
Total Cost for All 12 Child Pipelines:
- 12 * $0.275 = $3.30.
Total Cost for the Parent Pipeline:
- $3.30 (child pipelines) + $0.084 (activity runs) = $3.384.
So, the total estimated cost for the parent pipeline running 12 child pipelines would be $3.384.
Hope this helps. Do let us know if you any further queries.