How to migrate the ADF V2 to ADF with managed Virtual network

kks8589 96 Reputation points
2020-12-09T12:20:33.767+00:00

Hi Team
We have a Azure Data Factory pipelines with a storage account in a vnet . with previous versions we used self hosted ir to connect to the storage account in vnet. Without self hosted Ir in new version of ADF managed virtual network we can connect the storage account in a vnet with Autoresolve IR itself
Could you please help us how to migrate to the new version

Regards
Keerthi

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,643 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MartinJaffer-MSFT 26,036 Reputation points
    2020-12-10T02:03:54.447+00:00

    @kks8589 I do not believe it is possible to give Managed Vnet to the built-in default AutoResolveIntegrationRuntime that does not already have it. That one is created when the Factory is created. The Managed Vnet feature is enabled / disabled during creation of the Integration Runtime. After the Integration Runtime is created, the Managed Vnet setting cannot be changed.

    You can still use Managed Vnet in your Data Factory. To do so you need to create a new Azure Integration Runtime, and enable the Managed Vnet during creation. Then go update the appropriate Linked Service(s) to use the new Azure IR.

    46669-createvnetir2.gif

    You can follow this detailed document or this tutorial for setting up the endpoints and Linked Service / Dataset.

    1 person found this answer helpful.