P
Pushkar Thakar
Guest
I want to connect and access Azure Datalake Gen1 storage using Azure Ad username and password only.
I have a service account that has access to the Azure Datalake Gen1 storage. I am able to connect and download the files using credentials via Microsoft Azure Storage Explorer. Also, I am able to connect in SSIS via ADLS Connection Manager and Azure Data Lake Store File System Task.
Now I need to create a console application to connect and perform certain operations (list files and folders and download files)
Searching on google all the results suggest using Azure Ad Application (clientid, tenantid etc.). Unfortunately, I do not have that option.
It looks like in SSIS ADLS Connection Manager uses some kind of WebHdfs connection that supports Azure Ad username and password. But, I am not able to implement something similar in c#.
As usual, running tight on deadlines. Any help is appreciated.
Continue reading...
I have a service account that has access to the Azure Datalake Gen1 storage. I am able to connect and download the files using credentials via Microsoft Azure Storage Explorer. Also, I am able to connect in SSIS via ADLS Connection Manager and Azure Data Lake Store File System Task.
Now I need to create a console application to connect and perform certain operations (list files and folders and download files)
Searching on google all the results suggest using Azure Ad Application (clientid, tenantid etc.). Unfortunately, I do not have that option.
It looks like in SSIS ADLS Connection Manager uses some kind of WebHdfs connection that supports Azure Ad username and password. But, I am not able to implement something similar in c#.
As usual, running tight on deadlines. Any help is appreciated.
Continue reading...