Skip to content

Commit 95d10ba

Browse files
committed
address feedbacks
1 parent e7dbba8 commit 95d10ba

10 files changed

+9
-9
lines changed

articles/data-factory/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@
646646
- name: Understanding pricing
647647
items:
648648
- name: Plan and manage costs
649-
href: plan-and-manage-costs.md
649+
href: plan-manage-costs.md
650650
- name: Pricing examples
651651
href: pricing-concepts.md
652652
- name: Troubleshooting guides

articles/data-factory/plan-and-manage-costs.md renamed to articles/data-factory/plan-manage-costs.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ For example, let’s say you need to move 1 TB of data daily from AWS S3 to Azur
3535

3636
Here is a sample copy activity run detail (your actual mileage will vary based on the shape of your specific dataset, network speeds, egress limits on S3 account, ingress limits on ADLS Gen2, and other factors).
3737

38-
![S3 copy run](media/plan-and-manage-costs/s3-copy-run-details.png)
38+
![S3 copy run](media/plan-manage-costs/s3-copy-run-details.png)
3939

4040
By leveraging the [consumption monitoring at pipeline-run level](#monitor-consumption-at-pipeline-run-level), you can see the corresponding data movement meter consumption quantities:
4141

42-
![S3 copy pipeline consumption](media/plan-and-manage-costs/s3-copy-pipeline-consumption.png)
42+
![S3 copy pipeline consumption](media/plan-manage-costs/s3-copy-pipeline-consumption.png)
4343

4444
Therefore, the total number of DIU-hours it takes to move 1 TB per day for the entire month is:
4545

4646
1.2667 (DIU-hours) * (1 TB / 100 GB) * 30 (days in a month) = 380 DIU-hours
4747

4848
Now you can plug 30 activity runs and 380 DIU-hours into ADF pricing calculator to get an estimate of your monthly bill:
4949

50-
![S3 copy pricing calculator](media/plan-and-manage-costs/s3-copy-pricing-calculator.png)
50+
![S3 copy pricing calculator](media/plan-manage-costs/s3-copy-pricing-calculator.png)
5151

5252
## Use budgets and cost alerts
5353

@@ -62,7 +62,7 @@ As you start using Azure Data Factory, you can see the costs incurred in the [co
6262
3. To narrow costs for a single service such as Azure Data Factory, select **Add filter** and then select **Service name**. Then choose **Azure data factory v2** from the list.
6363
4. You can add additional filters to analyze cost for specific factory instance and specific ADF meter granularity.
6464

65-
![Cost analysis](media/plan-and-manage-costs/cost-analysis.png)
65+
![Cost analysis](media/plan-manage-costs/cost-analysis.png)
6666

6767
## Monitor consumption at pipeline-run level
6868

@@ -72,9 +72,9 @@ You can view the amount of consumption for different meters for individual pipel
7272

7373
Clicking the **Consumption** button next to the pipeline name will display a pop-up window showing you the consumption for your pipeline run aggregated across all of the activities within the pipeline.
7474

75-
![Pipeline run consumption](media/plan-and-manage-costs/pipeline-run-consumption.png)
75+
![Pipeline run consumption](media/plan-manage-costs/pipeline-run-consumption.png)
7676

77-
![Pipeline consumption details](media/plan-and-manage-costs/pipeline-consumption-details.png)
77+
![Pipeline consumption details](media/plan-manage-costs/pipeline-consumption-details.png)
7878

7979
The pipeline run consumption view shows you the amount consumed for each ADF meter for the specific pipeline run, but it does not show the actual price charged, because the amount billed to you is dependent on the type of Azure account you have and the type of currency used. To view the full list of supported account types, see [Understand Cost Management data](https://docs.microsoft.com/azure/cost-management-billing/costs/understand-cost-mgt-data).
8080

@@ -85,11 +85,11 @@ To see the consumption at activity-run level, go to your data factory **Author &
8585

8686
Here is a sample out from a copy activity run:
8787

88-
![Copy output](media/plan-and-manage-costs/copy-output.png)
88+
![Copy output](media/plan-manage-costs/copy-output.png)
8989

9090
And here is a sample out from a Mapping Data Flow activity run:
9191

92-
![Dataflow output](media/plan-and-manage-costs/dataflow-output.png)
92+
![Dataflow output](media/plan-manage-costs/dataflow-output.png)
9393

9494
## Next steps
9595

0 commit comments

Comments
 (0)