0
votes

We plan to use the Azure Data factory to handle some of our ETL pipelines. We also planning to use Azure integration runtime since all our data sources and sinks available within the Azure and we don't have any requirements or use cases to use the self-hosted integration runtime.

I found a few resources that discuss how to set up HA/DR for Azure Data factory with self-hosted integration runtime but not for Azure integration runtime. I want to understand or know how to set up HA/DR for Azure data factory with Azure Integration runtime. It would be great if someone helps me with this.

2

2 Answers

0
votes

If you want improve the performance/high availability of Azure integration runtime, you can scale the Data Integration Unit(DIU) OF Azure integration runtime.

A Data Integration Unit is a measure that represents the power (a combination of CPU, memory, and network resource allocation) of a single unit in Azure Data Factory. Data Integration Unit only applies to Azure integration runtime, but not self-hosted integration runtime.

For more details, you could reference this data Factory document: Copy activity performance and scalability guide

Hope this helps.

0
votes

Azure Integration Runtime is fully managed. Hence I do not think there is a need to do anything about it.

enter image description here