Skip to content

Commit eb14764

Browse files
authored
updated arm template for self-hosted IR creation
1 parent 34b2163 commit eb14764

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ This document introduces how you can create and configure Self-hosted IR.
3535
```powershell
3636
Get-AzureRmDataFactoryV2IntegrationRuntimeKey -ResourceGroupName $resouceGroupName -DataFactoryName $dataFactoryName -Name $selfHostedIntegrationRuntime.
3737
```
38+
## Setting up self-hosted IR on Azure VM using ARM Template (automatation)
39+
You can automate self-hosted IR setup on an Azure VM using [this ARM template](https://github.com/Azure/azure-quickstart-templates/tree/master/101-vms-with-selfhost-integration-runtime). This provides an easy way to have a fully functioning Self-hosted IR inside Azure VNet with High Avalaibility and Scalability feature (as long as you set node count to be 2 or higher).
3840

3941
## Command flow and data flow
4042
When you move the data between on-premises and cloud, the activity uses a self-hosted integration runtime to transfer the data from on-premises data source to cloud and vice versa.

0 commit comments

Comments
 (0)