Skip to content

Commit 9a0520a

Browse files
committed
Fix issues
1 parent 2bfc52a commit 9a0520a

23 files changed

+29
-23
lines changed

articles/data-factory/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,8 +1113,8 @@ items:
11131113
href: data-flow-reserved-capacity-overview.md
11141114
- name: Data flow understand reservation charges
11151115
href: data-flow-understand-reservation-charges.md
1116-
- name: Better understand charges in different integration runtime
1117-
href: better-understand-charges-in-different-integration-runtime.md
1116+
- name: Better understand different integration runtime charges
1117+
href: better-understand-different-integration-runtime-charges.md
11181118
- name: Plan and manage costs
11191119
href: plan-manage-costs.md
11201120
displayName: diu

articles/data-factory/better-understand-charges-in-different-integration-runtime.md renamed to articles/data-factory/better-understand-different-integration-runtime-charges.md

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ author: lrtoyou1223
66
ms.service: data-factory
77
ms.subservice: integration-runtime
88
ms.topic: conceptual
9-
ms.custom: seo-lt-2019, references_regions, devx-track-azurepowershell
109
ms.date: 07/17/2022
1110
---
1211

@@ -25,62 +24,69 @@ The integration runtime, which is serverless in Azure and self-hosted in hybrid
2524

2625
**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.**
2726

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.
2928

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.":::
3130

3231

3332
**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.**
3433

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.
3635

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.":::
3837

3938

4039
**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.**
4140

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.
4342

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.":::
4544

4645

4746
## Azure integration runtime with managed virtual network enabled
4847

4948
**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.**
5049

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.
5251

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.":::
5453

5554
**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.**
5655

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.
5857

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.":::
6059

6160
**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.**
6261

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.
6463

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.":::
6665

6766

6867
## Self-hosted integration runtime
6968

7069
**Example 1: If there are 6 copy activities executed sequentially. The execution time of each is 40 seconds.**
7170

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.
7372

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.":::
7574

7675
**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.**
7776

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.
7978

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.":::
8180

8281
**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.**
8382

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.
8584

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)

articles/data-factory/managed-virtual-network-private-endpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ Currently, the managed virtual network is only supported in the same region as t
3939
There are two ways to enable managed virtual network in your data factory:
4040
1. Enable managed virtual network during the creation of data factory.
4141

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.":::
4343

4444
2. Enable managed virtual network in integration runtime.
4545

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":::
4747

4848

4949
## Managed private endpoints
23.8 KB
Loading
21.8 KB
Loading
20.5 KB
Loading
17.3 KB
Loading

0 commit comments

Comments
 (0)