Skip to content

Commit aace968

Browse files
authored
Merge pull request #107224 from Samantha-Yu/adfupdate0311
Updated screenshot
2 parents 2adf36f + 41028bd commit aace968

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/data-factory/concepts-integration-runtime.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: data-services
1212

1313
ms.topic: conceptual
1414
ms.custom: seo-lt-2019
15-
ms.date: 01/28/2020
15+
ms.date: 03/11/2020
1616
---
1717

1818
# Integration runtime in Azure Data Factory
@@ -55,11 +55,11 @@ An Azure integration runtime is capable of:
5555
Azure Integration Runtime supports connecting to data stores and compute services with public accessible endpoints. Use a self-hosted integration runtime for Azure Virtual Network environment.
5656

5757
### Azure IR compute resource and scaling
58-
Azure integration runtime provides a fully managed, serverless compute in Azure. You dont have to worry about infrastructure provision, software installation, patching, or capacity scaling. In addition, you only pay for the duration of the actual utilization.
58+
Azure integration runtime provides a fully managed, serverless compute in Azure. You don't have to worry about infrastructure provision, software installation, patching, or capacity scaling. In addition, you only pay for the duration of the actual utilization.
5959

6060
Azure integration runtime provides the native compute to move data between cloud data stores in a secure, reliable, and high-performance manner. You can set how many data integration units to use on the copy activity, and the compute size of the Azure IR is elastically scaled up accordingly without you having to explicitly adjusting size of the Azure Integration Runtime.
6161

62-
Activity dispatch is a lightweight operation to route the activity to the target compute service, so there isnt need to scale up the compute size for this scenario.
62+
Activity dispatch is a lightweight operation to route the activity to the target compute service, so there isn't need to scale up the compute size for this scenario.
6363

6464
For information about creating and configuring an Azure IR, see How to create and configure Azure IR under how to guides.
6565

@@ -99,7 +99,7 @@ For more information, see how to create and configure Azure-SSIS IR article unde
9999

100100
For more information about Azure-SSIS runtime, see the following articles:
101101

102-
- [Tutorial: deploy SSIS packages to Azure](tutorial-create-azure-ssis-runtime-portal.md). This article provides step-by-step instructions to create an Azure-SSIS IR and uses an Azure SQL database to host the SSIS catalog.
102+
- [Tutorial: deploy SSIS packages to Azure](tutorial-create-azure-ssis-runtime-portal.md). This article provides step-by-step instructions to create an Azure-SSIS IR and uses an Azure SQL Database to host the SSIS catalog.
103103
- [How to: Create an Azure-SSIS integration runtime](create-azure-ssis-integration-runtime.md). This article expands on the tutorial and provides instructions on using Azure SQL Database Managed Instance and joining the IR to a virtual network.
104104
- [Monitor an Azure-SSIS IR](monitor-integration-runtime.md#azure-ssis-integration-runtime). This article shows you how to retrieve information about an Azure-SSIS IR and descriptions of statuses in the returned information.
105105
- [Manage an Azure-SSIS IR](manage-azure-ssis-integration-runtime.md). This article shows you how to stop, start, or remove an Azure-SSIS IR. It also shows you how to scale out your Azure-SSIS IR by adding more nodes to the IR.
@@ -113,7 +113,7 @@ The IR Location defines the location of its back-end compute, and essentially th
113113
### Azure IR location
114114
You can set a certain location of an Azure IR, in which case the data movement or activity dispatch will happen in that specific region.
115115

116-
If you choose to use the **auto-resolve Azure IR** which is the default,
116+
If you choose to use the **auto-resolve Azure IR**, which is the default,
117117

118118
- For copy activity, ADF will make a best effort to automatically detect your sink and source data store to choose the best location either in the same region if available or the closest one in the same geography, or if not detectable to use the data factory region as alternative.
119119

@@ -137,7 +137,7 @@ When used to perform data movement, the self-hosted IR extracts data from the so
137137
### Azure-SSIS IR location
138138
Selecting the right location for your Azure-SSIS IR is essential to achieve high performance in your extract-transform-load (ETL) workflows.
139139

140-
- The location of your Azure-SSIS IR does not need be the same as the location of your data factory, but it should be the same as the location of your own Azure SQL Database or Managed Instance server where SSISDB is to be hosted. This way, your Azure-SSIS Integration Runtime can easily access SSISDB without incurring excessive traffics between different locations.
140+
- The location of your Azure-SSIS IR does not need to be the same as the location of your data factory, but it should be the same as the location of your own Azure SQL Database or Managed Instance server where SSISDB is to be hosted. This way, your Azure-SSIS Integration Runtime can easily access SSISDB without incurring excessive traffics between different locations.
141141
- If you do not have an existing Azure SQL Database or Managed Instance server to host SSISDB, but you have on-premises data sources/destinations, you should create a new Azure SQL Database or Managed Instance server in the same location of a virtual network connected to your on-premises network. This way, you can create your Azure-SSIS IR using the new Azure SQL Database or Managed Instance server and joining that virtual network, all in the same location, effectively minimizing data movements across different locations.
142142
- If the location of your existing Azure SQL Database or Managed Instance server where SSISDB is hosted is not the same as the location of a virtual network connected to your on-premises network, first create your Azure-SSIS IR using an existing Azure SQL Database or Managed Instance server and joining another virtual network in the same location, and then configure a virtual network to virtual network connection between different locations.
143143

15 KB
Loading

0 commit comments

Comments
 (0)