Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
mlord
New Member

Data Flow - IR TTL setting

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

1 ACCEPTED SOLUTION
v-sdhruv
Community Support
Community Support

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!

 

View solution in original post

1 REPLY 1
v-sdhruv
Community Support
Community Support

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!

 

Helpful resources

Announcements
December Fabric Update Carousel

Fabric Monthly Update - December 2025

Check out the December 2025 Fabric Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors