Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hello, we are facing an issue with a data flow performance issue and we would like to try to set the Time To Live setting to 10 min, since we have sequential data flows pulling data from an external API. However, it seems we cannot set TTL in the JSON on an AutoResolveIntegrationRuntime IR, but yet we cannot use a self-hosted IR in a data flow, where the TTL can be set. This feels like a vicious circle. What am I missing?
Thank you,
Melissa
Solved! Go to Solution.
Hi @mlord ,
AutoResolveIntegrationRuntime does not allow TTL configuration directly in JSON or UI. This IR is managed by Microsoft and dynamically resolves to the best region, but lacks customization options like TTL.. The quick re-use and TTL feature can only be used in a dedicated Azure Integration runtime.
You may want to switch to a Dedicated Azure IR-
Create a dedicated Azure Integration Runtime instead of using AutoResolve here TTL can be configured (e.g., 10–30 minutes) to keep the cluster warm between executions.
You can even refer this article for more understanding-
Auto Resolve Azure Integration Runtime Vs. Dedicated Azure Integration Runtime
https://learn.microsoft.com/en-us/azure/data-factory/concepts-integration-runtime
Hope this clears some air!
Hi @mlord ,
AutoResolveIntegrationRuntime does not allow TTL configuration directly in JSON or UI. This IR is managed by Microsoft and dynamically resolves to the best region, but lacks customization options like TTL.. The quick re-use and TTL feature can only be used in a dedicated Azure Integration runtime.
You may want to switch to a Dedicated Azure IR-
Create a dedicated Azure Integration Runtime instead of using AutoResolve here TTL can be configured (e.g., 10–30 minutes) to keep the cluster warm between executions.
You can even refer this article for more understanding-
Auto Resolve Azure Integration Runtime Vs. Dedicated Azure Integration Runtime
https://learn.microsoft.com/en-us/azure/data-factory/concepts-integration-runtime
Hope this clears some air!