Skip to content

Commit 128bc96

Browse files
authored
Apply suggestions from code review
1 parent 469adee commit 128bc96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/data-factory/choose-the-right-integration-runtime-configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The integration runtime is a very important part of the infrastructure for the d
1616

1717
## Comparison of different types of integration runtimes
1818

19-
In Azure Data Factory, we have three kinds of integration runtimes: the Azure integration runtime, the self-hosted integration runtime and the Azure-SSIS integration runtime. For the Azure integration runtime, you can also enable a managed virtual network which makes its architecture different than the public Azure integration runtime.
19+
In Azure Data Factory, we have three kinds of integration runtimes: the Azure integration runtime, the self-hosted integration runtime and the Azure-SSIS integration runtime. For the Azure integration runtime, you can also enable a managed virtual network which makes its architecture different than the global Azure integration runtime.
2020

2121
This table lists the differences in some aspects of all integration runtimes, you can choose the appropriate one according to your actual needs. For the Azure-SSIS integration runtime, you can learn more in the article [Create an Azure-SSIS integration runtime](create-azure-ssis-integration-runtime.md).
2222

@@ -25,7 +25,7 @@ This table lists the differences in some aspects of all integration runtimes, yo
2525
| Managed compute | Y | Y | N |
2626
| Auto-scale | Y | Y* | N |
2727
| Dataflow | Y | Y | N |
28-
| On-prem data access | N | Y** | Y |
28+
| On-premises data access | N | Y** | Y |
2929
| Private Link/Private Endpoint | N | Y*** | Y |
3030
| Custom component/driver | N | N | Y |
3131

@@ -49,7 +49,7 @@ It is very important to choose an appropriate type of integration runtime. Not o
4949

5050
- There is some additional setup needed such as Private Link Service and Load Balancer when using the Azure integration runtime with a managed virtual network to access a data store behind a firewall or in a private network. You can refer to this tutorial [Access on-premises SQL Server from Data Factory Managed VNet using Private Endpoint](tutorial-managed-virtual-network-on-premise-sql-server.md) as an example. If the data store is in an on-premises environment, then the on-premises must be connected to Azure via Express Route or an S2S VPN.
5151
- The self-hosted integration runtime is more flexible and does not require additional settings, Express Route, or VPN. But you need to provide and maintain the machine by yourself.
52-
- You can also add the public IP addresses of the Azure integration runtime to the allow list of your firewall and allow it to access the data store, but it’s not a desirable solution in highly secure production environments.
52+
- You can also add the public IP addresses of the Azure integration runtime to the allowlist of your firewall and allow it to access the data store, but it’s not a desirable solution in highly secure production environments.
5353

5454
3. What level of security do you require during data transmission?<br>
5555
If you need to process highly confidential data, you want to defend against, for example, man-in-the-middle attacks during data transmission. Then you can choose to use a Private Endpoint and Private Link to ensure data security.
@@ -88,7 +88,7 @@ The Azure integration runtime is a fully managed, auto-scaled compute that you c
8888
:::image type="content" source="media/choosing-the-right-ir-configuration/integration-runtime-with-fully-managed.png" alt-text="Screenshot of integration runtime is a fully managed.":::
8989

9090
1. The traffic from the Azure integration runtime to data stores is through public network.
91-
1. We provide a range of static public IP addresses for the Azure integration runtime and these IP addresses can be added to the allow list of the target data store firewall. To learn more about how to get public IP addresses of the Azure Integration runtime, refer to the article [Azure Integration Runtime IP addresses](azure-integration-runtime-ip-addresses.md).
91+
1. We provide a range of static public IP addresses for the Azure integration runtime and these IP addresses can be added to the allowlist of the target data store firewall. To learn more about how to get public IP addresses of the Azure Integration runtime, refer to the article [Azure Integration Runtime IP addresses](azure-integration-runtime-ip-addresses.md).
9292
1. The Azure integration runtime can be auto-resolved according to the region of the data source and data sink. Or you can choose a specific region. We recommend you choose the region closest to your data source or sink, which can provide better execution performance. Learn more about performance considerations in the article [Troubleshoot copy activity on Azure IR](copy-activity-performance-troubleshooting.md#troubleshoot-copy-activity-on-azure-ir).
9393

9494
### Azure integration runtime with managed virtual network

0 commit comments

Comments
 (0)