Reputation: 315
I am figuring out to stop integration runtime in Data Factory; it is not terminated even after inactivity and is burning money.
Can someone suggest me anything?
Thanks in advance.
Upvotes: 1
Views: 3563
Reputation: 3838
That is the default Azure IR that comes with every factory. It contains configuration information used by activities so that it can use the proper compute environment for copy, data flow, external activities, etc. You are only billed when you are executing those activities or using debug.
Upvotes: 4