Skip to content

Commit 1ca3a1f

Browse files
authored
Updates arm to azure resource manager
1 parent 42435a8 commit 1ca3a1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ This document introduces how you can create and configure Self-hosted IR.
3636
Get-AzureRmDataFactoryV2IntegrationRuntimeKey -ResourceGroupName $resouceGroupName -DataFactoryName $dataFactoryName -Name $selfHostedIntegrationRuntime.
3737
```
3838

39-
## Setting up self-hosted IR on Azure VM using ARM Template (automatation)
40-
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).
39+
## Setting up self-hosted IR on Azure VM using Azure Resource Manager Template (automatation)
40+
You can automate self-hosted IR setup on an Azure VM using [this Azure Resource Manager 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).
4141

4242
## Command flow and data flow
4343
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)