Skip to content

Commit f8bbe4b

Browse files
authored
Update create-self-hosted-integration-runtime.md
1 parent ad85365 commit f8bbe4b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,21 @@ You can associate multiple nodes by installing the self-hosted integration runti
267267
268268
#### Scale out
269269
270-
When processor usage is high and available memory is low on the self-hosted IR, add a new node to help scale out the load across machines. If activities fail because they time out or the self-hosted IR node is offline, it helps if you add a node to the gateway.
270+
When processor usage is high and available memory is low on the self-hosted IR, add a new node to help scale out the load across machines. If activities fail because they time out or the self-hosted IR node is offline, it helps if you add a node to the gateway. To add a node, use one of the following methods, either using the Azure Data Factory Studio, or with the SHIR installer.
271+
272+
#### Adding a node using Azure Data Factory Studio
273+
274+
1. Navigate to the [Azure Data Factory portal](https://learn.microsoft.com/en-us/azure/data-factory/create-self-hosted-integration-runtime).
275+
2. Go to the **Manage** tab, and select **Integration Runtimes** under the **Connections** section.
276+
3. Choose the existing self-hosted integration runtime you want to add a node to.
277+
4. Select **Add Node**, and follow the instructions to download and install the SHIR setup on the new machine.
278+
5. During the installation, provide the authentication key from the existing SHIR to link the new node to the existing SHIR cluster.
279+
280+
#### Adding a node using the SHIR installer
281+
282+
1. [Download the SHIR setup from the Azure Data Factory portal](https://learn.microsoft.com/en-us/azure/data-factory/create-self-hosted-integration-runtime).
283+
2. Run the Installer on the node you want to add to the cluster.
284+
3. During the installation, select the option to join an existing integration runtime, and provide the authentication key from the existing SHIR to link the new node to the existing SHIR cluster.
271285
272286
#### Scale up
273287

0 commit comments

Comments
 (0)