Any update on Self-hosted Integration Runtime of linked Service in Azure Data Factory After VM migration

benny.wong 26 Reputation points
2023-03-13T10:27:20.9433333+00:00

I had installed Self-hosted Integration Runtime which is used by the linked service of Azure Data Factory on On-Premise Servers. I want to use Azure migrate to migrate the VM to Azure VM. After that, Can I use the linked service in ADF directly? Or any configuration I have to update first?

Benny

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

1 answer

Sort by: Most helpful
  1. KranthiPakala-MSFT 46,442 Reputation points Microsoft Employee
    2023-03-16T00:03:44.22+00:00

    Hi @benny.wong ,

    Welcome to Microsoft Q&A forum and thanks for reaching out here.

    After migration, you will need to make sure that the Self-hosted Integration Runtime is installed properly in Azure VM and the SHIR in ADF is pointing to the new IP address of your Azure VM. If it still reflecting to the old IP address, then you can delete that old SHIR and create a new SHIR with same name as the old one so that you don't have to update the linked services where it is being used/referenced.

    In case if your data sources like Azure SQL are firewall enabled then you will have to whitelist the new Azure VM IP address in order to allow successful connection from ADF.

    Ref doc: Create and configure a self-hosted integration runtime

    User's image

    Hope this helps.


    Please don’t forget to Accept Answer and Yes for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members.