Forum Discussion

kks8589's avatar
kks8589
Copper Contributor
Sep 09, 2020

Interative authoring of the IR in ADF Managed Virtual Network is disabling frequently

The testing of connections in linked services ,importing the schemas etc  interative authoring of the IR is getting disabled frequently and for enabling it its again taking 3 to 4 min not 1 min. A simple copy data activity is taking 2 sec of time with self hosted IR,here with Azure IR(managed virtual network) its taking about 2.4 min to be in queue and then its copying the data

 

I can see Interactive authoring for Azure IR is having the below option,

Auto termination after 60 minutes of inactivity
eventhough the interactive authoring is getting disabling frequently that too with in a creation pipeline with copy activity of 5 min task.
 
Could you please help us on this with some suggestions
 

1 Reply

  • Hi, interactive authoring in Azure Data Factory is meant for design-time testing, so it can stop if the session is idle, if the managed virtual network IR is recycled, or if there are transient backend or network issues. I’d confirm the auto-termination value, then test with a very small connection test first rather than a full copy activity. Also check whether the managed private endpoints are approved and healthy. For repeatable pipeline runs, rely on published pipeline execution rather than interactive authoring, because interactive mode is mainly there for debugging.