Chandan
2 years agoNew Contributor III
Read files for Azure "File Shares"
I have a new requirement to read the files stored in Azure "File Shares". I didnt have the knowledge about "File Shares" in azure and did a little research. Its a virtual drive which can be used for storing files and uses the SMB protocol to read from this storage.
i have setup the file reader like this
smb://{accountName}}.file.core.windows.net/{fileSharefolder}/{pathToFile}
I have also tried setting up SMB account but it asks for a username and password which i dont have.
I have azure account name and access key which i have used in setting SMB account. ( This could be the issue i'm not sure though ).
In validation, i'm getting the following error :
(actual values masked with generic name here)
I have azure account name and access key which i have used in setting SMB account. ( This could be the issue i'm not sure though ).
In validation, i'm getting the following error :
(actual values masked with generic name here)
"error": "Error occurred while creating a mount smb://accountname.file.core.windows.net/fileshare/pathtofile"
Can someone guide or assist me with setting this up ? Also it will be very helpful if you can share a sample pipeline showing SMb account setup.