Skip to content

Terraform component stands up a self-hosted Azure Data Factory integration runtime on an Azure VM

Notifications You must be signed in to change notification settings

finesse-fingers/terraform-self-hosted-adf-integration-runtime

Repository files navigation

terraform-self-hosted-adf-integration-runtime

Terraform component stands up a self-hosted Azure Data Factory integration runtime on an Azure VM

Getting started

Simply run terraform plan and apply

terraform init
terraform plan && terraform apply -auto-approve

Cleanup

terraform destroy -auto-approve

Alternative using combination of az cli and ARM template

az deployment group create  \
    --resource-group self-hosted-adf-ir-poc \
    --name rollout01 \
    --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-vms-with-selfhost-integration-runtime/azuredeploy.json \
    --parameters @azuredeploy.parameters.json

Note: this approach requires prerequisite resources. Inspect azuredeploy.parameters.json for more detail.

References

About

Terraform component stands up a self-hosted Azure Data Factory integration runtime on an Azure VM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published