Forum Discussion
kks8589
Sep 09, 2020Copper Contributor
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 si...
Jamony
Jul 01, 2026MCT
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.