Skip to content

Commit 0c21737

Browse files
committed
Resolved issues
1 parent b55e34a commit 0c21737

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,7 +10,7 @@ author: nabhishek
1010
ms.author: abnarain
1111
manager: anandsub
1212
ms.custom: seo-lt-2019
13-
ms.date: 05/06/2020
13+
ms.date: 05/09/2020
1414
---
1515

1616
# Automating self-hosted integration runtime installation using local PowerShell scripts
@@ -29,10 +29,10 @@ To automate installation of Self-hosted Integration Runtime on local machines (o
2929
> These scripts are created using the [documented command line utility](https://docs.microsoft.com/azure/data-factory/create-self-hosted-integration-runtime#set-up-an-existing-self-hosted-ir-via-local-powershell) in the self-hosted integration runtime. If needed one can customize these scripts accordingly to cater to their automation needs.
3030
> The scripts need to be applied per node, so make sure to run it across all nodes in case of high availability setup (2 or more nodes).
3131
32-
1. For automating setup:
32+
* For automating setup:
3333
Install and register a new self-hosted integration runtime node using **[InstallGatewayOnLocalMachine.ps1](https://github.com/nabhishek/SelfHosted-IntegrationRuntime_AutomationScripts/blob/master/InstallGatewayOnLocalMachine.ps1)** - The script can be used to install self-hosted integration runtime node and register it with an authentication key. The script accepts two arguments, **first** specifying the location of the [self-hosted integration runtime](https://www.microsoft.com/download/details.aspx?id=39717) on a local disk, **second** specifying the **authentication key** (for registering self-hosted IR node).
3434

35-
2. For automating manual updates:
35+
* For automating manual updates:
3636
Update the self-hosted IR node with a specific version or to the latest version **[script-update-gateway.ps1](https://github.com/nabhishek/SelfHosted-IntegrationRuntime_AutomationScripts/blob/master/script-update-gateway.ps1)** - This is also supported in case you have turned off the auto-update, or want to have more control over updates. The script can be used to update the self-hosted integration runtime node to the latest version or to a specified higher version (downgrade doesn’t work). It accepts an argument for specifying version number (example: -version 3.13.6942.1). When no version is specified, it always updates the self-hosted IR to the latest version found in the [downloads](https://www.microsoft.com/download/details.aspx?id=39717).
3737
> [!NOTE]
3838
> Only last 3 versions can be specified. Ideally this is used to update an existing node to the latest version. **IT ASSUMES THAT YOU HAVE A REGISTERED SELF HOSTED IR**.
@@ -53,10 +53,10 @@ Update the self-hosted IR node with a specific version or to the latest version
5353
> Specify the location of the "InstallGatewayOnLocalMachine.ps1" file when running the script. In this example we stored it on Desktop.
5454
5555
1. If there is one pre-installed self-hosted IR on your machine, the script automatically uninstalls it and then configures a new one. You'll see following window popped out:
56-
![configure integration runtime](media/self-hosted-integration-runtime-automation-scripts/integration-runtime-configure.png)
56+
![configure integration runtime](media/self-hosted-integration-runtime-automation-scripts/integration-runtime-configure.png)
5757

5858
1. When the installation and key registration completes, you'll see *Succeed to install gateway* and *Succeed to register gateway* results in your local PowerShell.
59-
[![script 1 run result](media/self-hosted-integration-runtime-automation-scripts/script-1-run-result.png)](media/self-hosted-integration-runtime-automation-scripts/script-1-run-result.png#lightbox)
59+
[![script 1 run result](media/self-hosted-integration-runtime-automation-scripts/script-1-run-result.png)](media/self-hosted-integration-runtime-automation-scripts/script-1-run-result.png#lightbox)
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:
@@ -77,4 +77,4 @@ You can follow below command-line example to use this script:
7777
PS C:\windows\system32> C:\Users\username\Desktop\script-update-gateway.ps1 -version 3.13.6942.1
7878
```
7979
If your current version is already the latest one, you'll see following result, suggesting no update is required.
80-
[![script 2 run result](media/self-hosted-integration-runtime-automation-scripts/script-2-run-result.png)](media/self-hosted-integration-runtime-automation-scripts/script-2-run-result.png#lightbox)
80+
[![script 2 run result](media/self-hosted-integration-runtime-automation-scripts/script-2-run-result.png)](media/self-hosted-integration-runtime-automation-scripts/script-2-run-result.png#lightbox)

0 commit comments

Comments
 (0)