An Azure service for ingesting, preparing, and transforming data at scale.
Hello Pandey !
Thank you for posting on MS Learn Q&A.
ADF is trying to reach pandey but it resolves to an on-prem addressfe80::603a:ba7:ae5e:9ba0%13 and that is not reachable from the default AIR.
For an on prem machine, local PC, VM or file share, you must use a SHIR.
After you install it on pandey or on another machine in the same network, in the linked service you must set connect via integration runtime to that SHIR. The file system linked service uses connectVia to decide which IR connects to the source.
If the folder is on the same machine where SHIR is installed, run PowerShell as admin on the SHIR machine:
cd "C:\Program Files\Microsoft Integration Runtime\5.0\Shared"
.\dmgcmd.exe -EnableLocalMachineAccess
.\dmgcmd.exe -DisableLocalFolderPathValidation
.\dmgcmd.exe -Restart