Skip to content

Commit 6adfcbf

Browse files
authored
Merge pull request #107593 from Samantha-Yu/adfupdate0313
Updated for creating IR via ADF UI
2 parents 5adda70 + b07d600 commit 6adfcbf

File tree

7 files changed

+34
-6
lines changed

7 files changed

+34
-6
lines changed

articles/data-factory/create-azure-integration-runtime.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
77
ms.workload: data-services
88

99
ms.topic: conceptual
10-
ms.date: 01/15/2018
10+
ms.date: 03/13/2020
1111
author: nabhishek
1212
ms.author: abnarain
1313
manager: anandsub
@@ -25,7 +25,11 @@ This document introduces how you can create and configure Azure Integration Runt
2525
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.
2626

2727
## 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":
2933

3034
```powershell
3135
Set-AzDataFactoryV2IntegrationRuntime -DataFactoryName "SampleV2DataFactory1" -Name "MySampleAzureIR" -ResourceGroupName "ADFV2SampleRG" -Type Managed -Location "West Europe"
@@ -34,9 +38,30 @@ For Azure IR, the type must be set to **Managed**. You do not need to specify co
3438

3539
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).
3640

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+
![The home page Author button](media/doc-common-process/get-started-page-author-button.png)
47+
48+
1. Select **Connections** at the bottom of the left pane, and select **Integration runtimes** in the **Connections** window. Select **+New**.
49+
50+
![Create an integration runtime](media/create-azure-integration-runtime/new-integration-runtime.png)
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+
![Create an integration runtime](media/create-azure-integration-runtime/new-azure-ir.png)
56+
57+
1. Enter a name for your Azure IR, and select **Create**.
58+
![Create an Azure IR](media/create-azure-integration-runtime/create-azure-ir.png)
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+
3762
## Use Azure IR
3863

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:
4065

4166
```json
4267
{

articles/data-factory/create-self-hosted-integration-runtime.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author: nabhishek
1010
ms.author: abnarain
1111
manager: anandsub
1212
ms.custom: seo-lt-2019
13-
ms.date: 03/10/2020
13+
ms.date: 03/13/2020
1414
---
1515

1616
# 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.
5757
5858
![Create an integration runtime](media/create-self-hosted-integration-runtime/new-integration-runtime.png)
5959
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+
![Create a selfhosted IR](media/create-self-hosted-integration-runtime/new-selfhosted-ir.png)
6164
6265
1. Enter a name for your IR, and select **Create**.
6366
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:
6568
6669
![Integration runtime setup](media/create-self-hosted-integration-runtime/integration-runtime-setting-up.png)
6770
105 KB
Loading
93.3 KB
Loading
43.6 KB
Loading
-19.6 KB
Loading
96.5 KB
Loading

0 commit comments

Comments
 (0)