You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/pricing-concepts.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.reviewer: maghan
9
9
ms.service: data-factory
10
10
ms.workload: data-services
11
11
ms.topic: conceptual
12
-
ms.date: 09/25/2018
12
+
ms.date: 12/27/2019
13
13
---
14
14
15
15
# Understanding Data Factory pricing through examples
@@ -121,13 +121,13 @@ To accomplish the scenario, you need to create a pipeline with the following ite
121
121
- Pipeline Activity = $0.00003 (Prorated for 1 minute of execution time. $0.002/hour on Azure Integration Runtime)
122
122
- External Pipeline Activity = $0.000041 (Prorated for 10 minutes of execution time. $0.00025/hour on Azure Integration Runtime)
123
123
124
-
## Using mapping data flow debug for a normal workday (Preview Pricing)
124
+
## Using mapping data flow debug for a normal workday
125
125
126
-
As a Data Engineer, you are responsible for designing, building, and testing mapping data flows every day. You log into the ADF UI in the morning and enable the Debug mode for Data Flows. The default TTL for Debug sessions is 60 minutes. You work throughout the day for 10 hours, so your Debug session never expires. Therefore, your charge for the day will be:
126
+
As a Data Engineer, you are responsible for designing, building, and testing mapping data flows every day. You log into the ADF UI in the morning and enable the Debug mode for Data Flows. The default TTL for Debug sessions is 60 minutes. You work throughout the day for 8 hours, so your Debug session never expires. Therefore, your charge for the day will be:
127
127
128
-
**10 (hours) x 8 (cores) x $0.112 = $8.96**
128
+
**8 (hours) x 8 (compute-optimized cores) x $0.193 = $12.35**
129
129
130
-
## Transform data in blob store with mapping data flows (Preview Pricing)
130
+
## Transform data in blob store with mapping data flows
131
131
132
132
In this scenario, you want to transform data in Blob Store visually in ADF mapping data flows on an hourly schedule.
133
133
@@ -148,17 +148,17 @@ To accomplish the scenario, you need to create a pipeline with the following ite
148
148
| Create Pipeline | 3 Read/Write entities (1 for pipeline creation, 2 for dataset references) |
149
149
| Get Pipeline | 1 Read/Write entity |
150
150
| Run Pipeline | 2 Activity runs (1 for trigger run, 1 for activity runs) |
151
-
| Data Flow Assumptions: execution time = 10 min + 10 min TTL | 10 \*8 cores of General Compute with TTL of 10 |
151
+
| Data Flow Assumptions: execution time = 10 min + 10 min TTL | 10 \*16 cores of General Compute with TTL of 10 |
152
152
| Monitor Pipeline Assumption: Only 1 run occurred | 2 Monitoring run records retried (1 for pipeline run, 1 for activity run) |
- Data Flow Activities = $0.299 Prorated for 20 minutes (10 mins execution time + 10 mins TTL). $0.112/hour on Azure Integration Runtime with 8 cores general compute
161
+
- Data Flow Activities = $1.461 prorated for 20 minutes (10 mins execution time + 10 mins TTL). $0.274/hour on Azure Integration Runtime with 16 cores general compute
0 commit comments