enable the access to local machine under self hosted integration runtime

adula amala 0 Reputation points
2026-09-02T06:35:00.2133333+00:00

enable the access to local machine under self hosted integration runtime

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.


1 answer

Sort by: Most helpful
  1. Taz 9,446 Reputation points MVP Volunteer Moderator
    2026-09-02T07:03:31.47+00:00

    Hi Adula,

    If you want the self-hosted Integration Runtime (SHIR) to access services on the same machine, local machine access needs to be enabled on the SHIR node.

    Open Command Prompt as Administrator on the SHIR machine and run:

    dmgcmd.exe -EnableLocalMachineAccess
    

    This enables access to localhost and the machine's private IP. Microsoft notes that in a multi-node SHIR setup, you need to run it on each node.

    Also check the Integration Runtime service account. By default it runs as NT SERVICE\DIAHostService, so that account must have the required permissions on the local resource you are trying to access.

    If by "local machine access" you mean accessing a local folder, that is a separate security setting. You may need to review the SHIR local folder path validation setting rather than only enabling local machine network access.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.