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/self-hosted-integration-runtime-automation-scripts.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,18 @@ author: nabhishek
10
10
ms.author: abnarain
11
11
manager: anandsub
12
12
ms.custom: seo-lt-2019
13
-
ms.date: 04/21/2020
13
+
ms.date: 05/06/2020
14
14
---
15
15
16
16
# Automating self-hosted integration runtime installation using local PowerShell scripts
17
17
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.
18
18
19
19
## Prerequisites
20
20
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.
25
25
26
26
## Scripts introduction
27
27
@@ -60,7 +60,7 @@ Update the self-hosted IR node with a specific version or to the latest version
60
60
61
61
### For automating manual updates
62
62
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
64
64
2. Get latest version or specified version from argument
65
65
3. If there is newer version than current version:
0 commit comments