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
@@ -25,62 +24,69 @@ The integration runtime, which is serverless in Azure and self-hosted in hybrid
25
24
26
25
**Example 1: If there are 6 copy activities executed sequentially. 4 DIUs are used for the first 2 copy activities and the execution time of each is 40 seconds. The other 4 choose using 8 DIUs and the execution time of each is 1 minute and 20 seconds.**
27
26
28
-
The execution time of the first 2 activities is both rounded up to 1 minute each. The other 4 are all rounded up to 2 minutes each. The price for copy activity using Azure integration runtime is $0.25 /DIU-hour.
27
+
In this example, the execution time of the first 2 activities is both rounded up to 1 minute each. The other 4 are all rounded up to 2 minutes each.
29
28
30
-
:::image type="content" source="./media/integration-runtime-pricing/azure-integration-runtime-example1.png" alt-text="Screenshot that shows calculation formula for Azure integration runtime example 1.":::
29
+
:::image type="content" source="./media/integration-runtime-pricing/azure-integration-runtime-example-1.png" alt-text="Screenshot of calculation formula for Azure integration runtime example 1.":::
31
30
32
31
33
32
**Example 2: If there are 50 copy activities triggered by Foreach. 4 DIUs are used for each copy activity, and each executes for 40 seconds. The parallel is configured as 50 in Foreach.**
34
33
35
-
The execution time of each copy activity is rounded up to 1 minute. Although the 50 copy activities run in parallel, they use different computes. So they're charged independently. The price for copy activity using Azure integration runtime is $0.25 /DIU-hour.
34
+
In this example, the execution time of each copy activity is rounded up to 1 minute. Although the 50 copy activities run in parallel, they use different computes. So they're charged independently.
36
35
37
-
:::image type="content" source="./media/integration-runtime-pricing/azure-integration-runtime-example2.png" alt-text="Screenshot that shows calculation formula for Azure integration runtime example 2.":::
36
+
:::image type="content" source="./media/integration-runtime-pricing/azure-integration-runtime-example-2.png" alt-text="Screenshot of calculation formula for Azure integration runtime example 2.":::
38
37
39
38
40
39
**Example 3: If there are 6 HDInsight activities triggered by Foreach. The execution time of each is 9 minutes and 40 seconds. The parallel is configured as 50 in Foreach.**
41
40
42
-
The execution time of each HDInsight activity is rounded up to 10 minutes. Although the 6 HDInsight activities run in parallel, they use different computes. So they're charged independently. The price for external activity using Azure integration runtime is $0.00025/hour.
41
+
In this example, the execution time of each HDInsight activity is rounded up to 10 minutes. Although the 6 HDInsight activities run in parallel, they use different computes. So they're charged independently.
43
42
44
-
:::image type="content" source="./media/integration-runtime-pricing/azure-integration-runtime-example3.png" alt-text="Screenshot that shows calculation formula for Azure integration runtime example 3.":::
43
+
:::image type="content" source="./media/integration-runtime-pricing/azure-integration-runtime-example-3.png" alt-text="Screenshot of calculation formula for Azure integration runtime example 3.":::
45
44
46
45
47
46
## Azure integration runtime with managed virtual network enabled
48
47
49
48
**Example 1: If there are 6 copy activities executed sequentially. 4 DIUs are used for each copy activity and the execution time of each is 40 seconds. Assume the queue time is 1 minute and no TTL enabled.**
50
49
51
-
The execution time and queue time totally are rounded up to 2 minutes. As no TTL is enabled, every copy activity has a queue time. The price for copy activity using Azure integration runtime with managed virtual network enabled is $0.25 /DIU-hour.
50
+
In this example, the execution time and queue time totally are rounded up to 2 minutes. As no TTL is enabled, every copy activity has a queue time. The price for copy activity using Azure integration runtime with managed virtual network enabled is $0.25 /DIU-hour.
52
51
53
-
:::image type="content" source="./media/integration-runtime-pricing/vnet-integration-runtime-example1.png" alt-text="Screenshot that shows calculation formula for Azure integration runtime with managed virtual network example 1.":::
52
+
:::image type="content" source="./media/integration-runtime-pricing/vnet-integration-runtime-example-1.png" alt-text="Screenshot of calculation formula for Azure integration runtime with managed virtual network example 1.":::
54
53
55
54
**Example 2: If there are 6 copy activities executed sequentially. 4 DIUs are reserved for copy activity and the execution time of each is 40 seconds. Assume the queue time is 1 minute and TTL is 5 minutes.**
56
55
57
-
As the compute is reserved, the 6 copy activities aren't rounded up independently and are charged together. And TTL is enabled, so only the first copy activity has queue time. The price for copy activity using Azure integration runtime with managed virtual network enabled is $0.25 /DIU-hour.
56
+
As the compute is reserved, the 6 copy activities aren't rounded up independently and are charged together. And TTL is enabled, so only the first copy activity has queue time.
58
57
59
-
:::image type="content" source="./media/integration-runtime-pricing/vnet-integration-runtime-example2.png" alt-text="Screenshot that shows calculation formula for Azure integration runtime with managed virtual network example 2.":::
58
+
:::image type="content" source="./media/integration-runtime-pricing/vnet-integration-runtime-example-2.png" alt-text="Screenshot of calculation formula for Azure integration runtime with managed virtual network example 2.":::
60
59
61
60
**Example 3: If there are 6 HDInsight activities triggered by Foreach. The execution time of each is 9 minutes and 40 seconds. The parallel is configured as 50 in Foreach. TTL is 30 minutes.**
62
61
63
-
The execution time of each HDInsight activity is rounded up to 10 minutes. As the 6 HDInsight activities run in parallel and within the concurrency limitation (800), they're only charged once. The price for external activity using Azure integration runtime with managed virtual network enabled is $1/hour.
62
+
In this example, the execution time of each HDInsight activity is rounded up to 10 minutes. As the 6 HDInsight activities run in parallel and within the concurrency limitation (800), they're only charged once.
64
63
65
-
:::image type="content" source="./media/integration-runtime-pricing/vnet-integration-runtime-example3.png" alt-text="Screenshot that shows calculation formula for Azure integration runtime with managed virtual network example 3.":::
64
+
:::image type="content" source="./media/integration-runtime-pricing/vnet-integration-runtime-example-3.png" alt-text="Screenshot of calculation formula for Azure integration runtime with managed virtual network example 3.":::
66
65
67
66
68
67
## Self-hosted integration runtime
69
68
70
69
**Example 1: If there are 6 copy activities executed sequentially. The execution time of each is 40 seconds.**
71
70
72
-
The execution time of each copy activity is rounded up to 1 minute each. The price for copy activity using self-hosted integration runtime is $0.1/hour.
71
+
In this example, the execution time of each copy activity is rounded up to 1 minute each.
73
72
74
-
:::image type="content" source="./media/integration-runtime-pricing/self-hosted-integration-runtime-example1.png" alt-text="Screenshot that shows calculation formula for Self-hosted integration runtime example 1.":::
73
+
:::image type="content" source="./media/integration-runtime-pricing/self-hosted-integration-runtime-example-1.png" alt-text="Screenshot of calculation formula for Self-hosted integration runtime example 1.":::
75
74
76
75
**Example 2: If there are 50 copy activities triggered by Foreach. The execution time of each is 40 seconds. The parallel is configured as 50 in Foreach.**
77
76
78
-
The execution time of each copy activity is rounded up to 1 minute. Although the 50 copy activities run in parallel, they're charged independently.
77
+
In this example, the execution time of each copy activity is rounded up to 1 minute. Although the 50 copy activities run in parallel, they're charged independently.
79
78
80
-
:::image type="content" source="./media/integration-runtime-pricing/self-hosted-integration-runtime-example2.png" alt-text="Screenshot that shows calculation formula for Self-hosted integration runtime example 2.":::
79
+
:::image type="content" source="./media/integration-runtime-pricing/self-hosted-integration-runtime-example-2.png" alt-text="Screenshot of calculation formula for Self-hosted integration runtime example 2.":::
81
80
82
81
**Example 3: If there are 6 HDInsight activities triggered by Foreach. The execution time of each is 9 minutes and 40 seconds. The parallel is configured as 50 in Foreach.**
83
82
84
-
The execution time of each HDInsight activity is rounded up to 10 minutes. Although the 6 HDInsight activities run in parallel, they're charged independently.
83
+
In this example, ,the execution time of each HDInsight activity is rounded up to 10 minutes. Although the 6 HDInsight activities run in parallel, they're charged independently.
85
84
86
-
:::image type="content" source="./media/integration-runtime-pricing/self-hosted-integration-runtime-example3.png" alt-text="Screenshot that shows calculation formula for Self-hosted integration runtime example 3.":::
85
+
:::image type="content" source="./media/integration-runtime-pricing/self-hosted-integration-runtime-example-3.png" alt-text="Screenshot of calculation formula for Self-hosted integration runtime example 3.":::
86
+
87
+
88
+
## Next steps
89
+
90
+
Now that you understand the pricing for Azure Data Factory, you can get started!
91
+
92
+
-[Create a data factory by using the Azure Data Factory UI](quickstart-create-data-factory-portal.md)
Copy file name to clipboardExpand all lines: articles/data-factory/managed-virtual-network-private-endpoint.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,11 @@ Currently, the managed virtual network is only supported in the same region as t
39
39
There are two ways to enable managed virtual network in your data factory:
40
40
1. Enable managed virtual network during the creation of data factory.
41
41
42
-
:::image type="content" source="./media/managed-vnet/managed-vnet-creation_1.png" alt-text="Enable managed virtual network during the creation of data factory":::
42
+
:::image type="content" source="./media/managed-vnet/managed-vnet-creation-1.png" alt-text="Screenshot of enabling managed virtual network during the creation of data factory.":::
43
43
44
44
2. Enable managed virtual network in integration runtime.
45
45
46
-
:::image type="content" source="./media/managed-vnet/managed-vnet-creation_2.png" alt-text="Enable managed virtual network in integration runtime":::
46
+
:::image type="content" source="./media/managed-vnet/managed-vnet-creation-2.png" alt-text="Screenshot of enabling managed virtual network in integration runtime":::
0 commit comments