Is it possible to horizontally or vertically scale a self-hosted integration runtime container in Azure Data Factory?
CodePudding user response:
- Scale up - you can use
Update-AzDataFactoryV2IntegrationRuntimeNode
to set the concurrent job limit on a node, assuming the node being configured has enough resources to support the required job scale (see https://docs.microsoft.com/en-us/powershell/module/az.datafactory/update-azdatafactoryv2integrationruntimenode?view=azps-6.6.0) - Scale out - you need to add nodes to your runtime pool, so
- Allocating new VMs - that's a local data center issue
- Registering new nodes on your integration runtime involves downloading an installer, and running it with appropriate parameters to set it up. Documentation for this is at https://docs.microsoft.com/en-us/azure/data-factory/self-hosted-integration-runtime-automation-scripts