Have searched to no avail I’m trying to iterate and list files/folders located on an Azure File Share (NOT an azure blob). I have solely a shared access signature to authenticate with. I can use the Microsoft Authentication node and select azure sas signature and can successfully authenticate. However I am unable to connect to any file share as the blob storage connector doesn’t appear to handle, nor can I find any other node that would handle a file share (lots of ways to get to blob storage but not file shares)… Thoughts?
I have spent some time doing research and this is what I have come up with regarding the fact you are looking to interact with your Azure File (File Shares) with KNIME.
Azure file shares are accessible via industry standard Server Message Block (SMB) protocol, Network File System (NFS) protocol, and Azure Files REST API.
Hmm, close - but not quite what I was looking for. I have the shared access signature referenced in your link. Anyone try the azure files rest api? Or even the NFS procotol in knime?
I tried the SAS as part of the GET Request node and was able to retrieve a 200 coded response. The only issue I face is that trying to decode the BLOB body response is that the file seems to be encrypted. I will try to follow up and find what the issue is here.