Here we are copying files from Linux Virtual Machine to ADLS. We are created a file share from linux and we are adding that file share to windows,
using self hosted IR we are accessing the Linux File Share and we are able to copy the files from Linux to Azure DataLake
Link for configuring Self Hosted Integration Runtime to access On premise Windows file:
https://youtu.be/d9Xp2pnjYcI
To install samba utility:
-- sudo apt install samba -y
To start samba service:
-- sudo systemctl enable --now smbd
To check status of service:
-- sudo systemctl status smbd
To create a samba user:
-- sudo smbpasswd -a (username)
Configuring Samba share from Linux to Windows
Copy files from Linux to Azure Datalake using ADF