Skip to content

Commit b55e34a

Browse files
committed
Updated Prerequisites
1 parent ea718d4 commit b55e34a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/data-factory/self-hosted-integration-runtime-automation-scripts.md

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

1616
# Automating self-hosted integration runtime installation using local PowerShell scripts
1717
To automate installation of Self-hosted Integration Runtime on local machines (other than Azure VMs where we can leverage the Resource Manager template instead), you can use local PowerShell scripts. This article introduces two scripts you can use.
1818

1919
## Prerequisites
2020

21-
Launch PowerShell on your local machine. To run the scripts, you need to choose **Run as Administrator**.
22-
[For automating setup](#for-automating-setup), download the self-hosted IR from [here](https://www.microsoft.com/download/details.aspx?id=39717).Copy the path where the downloaded SHIR MSI (installation file) is. You also need an **authentication key** to register the SHIR. You'll need to specify the path and the key when running the script in following instructions.
23-
[For automating manual updates](#for-automating-manual-updates), you need to have a Self-hosted Integration Runtime pre-configured.
24-
21+
* Launch PowerShell on your local machine. To run the scripts, you need to choose **Run as Administrator**.
22+
* [Download](https://www.microsoft.com/download/details.aspx?id=39717) the self-hosted integration runtime software. Copy the path where the downloaded file is.
23+
* You also need an **authentication key** to register the self-hosted integration runtime.
24+
* For automating manual updates, you need to have a pre-configured self-hosted integration runtime.
2525

2626
## Scripts introduction
2727

@@ -60,7 +60,7 @@ Update the self-hosted IR node with a specific version or to the latest version
6060

6161
### For automating manual updates
6262
This script is used to update/install + register latest self-hosted integration runtime. The script run performs the following steps:
63-
1. check current self-hosted IR version
63+
1. Check current self-hosted IR version
6464
2. Get latest version or specified version from argument
6565
3. If there is newer version than current version:
6666
* download self-hosted IR msi

0 commit comments

Comments
 (0)