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/create-azure-integration-runtime.md
+28-3Lines changed: 28 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
7
7
ms.workload: data-services
8
8
9
9
ms.topic: conceptual
10
-
ms.date: 01/15/2018
10
+
ms.date: 03/13/2020
11
11
author: nabhishek
12
12
ms.author: abnarain
13
13
manager: anandsub
@@ -25,7 +25,11 @@ This document introduces how you can create and configure Azure Integration Runt
25
25
By default, each data factory has an Azure IR in the backend that supports operations on cloud data stores and compute services in public network. The location of that Azure IR is auto-resolve. If **connectVia** property is not specified in the linked service definition, the default Azure IR is used. You only need to explicitly create an Azure IR when you would like to explicitly define the location of the IR, or if you would like to virtually group the activity executions on different IRs for management purpose.
26
26
27
27
## Create Azure IR
28
-
Integration Runtime can be created using the **Set-AzDataFactoryV2IntegrationRuntime** PowerShell cmdlet. To create an Azure IR, you specify the name, location and type to the command. Here is a sample command to create an Azure IR with location set to "West Europe":
28
+
29
+
To create and set up an Azure IR, you can use the following procedures.
30
+
31
+
### Create an Azure IR via Azure PowerShell
32
+
Integration Runtime can be created using the **Set-AzDataFactoryV2IntegrationRuntime** PowerShell cmdlet. To create an Azure IR, you specify the name, location, and type to the command. Here is a sample command to create an Azure IR with location set to "West Europe":
@@ -34,9 +38,30 @@ For Azure IR, the type must be set to **Managed**. You do not need to specify co
34
38
35
39
You can configure an existing Azure IR to change its location using the Set-AzDataFactoryV2IntegrationRuntime PowerShell cmdlet. For more information about the location of an Azure IR, see [Introduction to integration runtime](concepts-integration-runtime.md).
36
40
41
+
### Create an Azure IR via Azure Data Factory UI
42
+
Use the following steps to create an Azure IR using Azure Data Factory UI.
43
+
44
+
1. On the **Let's get started** page of Azure Data Factory UI, select the **Author** tab on the left pane.
45
+
46
+

47
+
48
+
1. Select **Connections** at the bottom of the left pane, and select **Integration runtimes** in the **Connections** window. Select **+New**.
49
+
50
+

51
+
52
+
1. On the **Integration runtime setup** page, select **Azure, Self-Hosted**, and then select **Continue**.
53
+
54
+
1. On the following page, select **Azure** to create an Azure IR, and then select **Continue**.
55
+

56
+
57
+
1. Enter a name for your Azure IR, and select **Create**.
58
+

59
+
60
+
1. You'll see a pop-up notification when the creation completes. On the **Integration runtimes** page, make sure that you see the newly created IR in the list.
61
+
37
62
## Use Azure IR
38
63
39
-
Once an Azure IR is created, you can reference it in your Linked Service definition. Below is a sample of how you can reference the Azure Integration Runtime created above from an Azure Storage Linked Service:
64
+
Once an Azure IR is created, you can reference it in your Linked Service definition. Below is a sample of how you can reference the Azure Integration Runtime created above from an Azure Storage Linked Service:
Copy file name to clipboardExpand all lines: articles/data-factory/create-self-hosted-integration-runtime.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ author: nabhishek
10
10
ms.author: abnarain
11
11
manager: anandsub
12
12
ms.custom: seo-lt-2019
13
-
ms.date: 03/10/2020
13
+
ms.date: 03/13/2020
14
14
---
15
15
16
16
# Create and configure a self-hosted integration runtime
@@ -57,11 +57,14 @@ Use the following steps to create a self-hosted IR using Azure Data Factory UI.
57
57
58
58

59
59
60
-
1. On the **Integration runtime setup** window, select **Perform data movement and dispatch activities to external computes**, and select **Continue**.
60
+
1. On the **Integration runtime setup** page, select **Azure, Self-Hosted**, and then select **Continue**.
61
+
62
+
1. On the following page, select **Self-Hosted** to create a Self-Hosted IR, and then select **Continue**.
63
+

61
64
62
65
1. Enter a name for your IR, and select **Create**.
63
66
64
-
1. Select the link under **Option 1** to open the express setup on your computer. Or follow the steps under **Option 2** to set up manually. The following instructions are based on manual setup:
67
+
1. On the **Integration runtime setup** page, select the link under **Option 1** to open the express setup on your computer. Or follow the steps under **Option 2** to set up manually. The following instructions are based on manual setup:
0 commit comments