Is there any connector to store/upload files from azure logic apps to azure data lake directly or is there any other way to do so?
2 Answers
1
votes
Not out of the box at this time.
You can use the Azure Data Lake Store SDK (https://azure.microsoft.com/en-us/documentation/articles/data-lake-store-get-started-net-sdk/).
Using Azure Data Factory (https://azure.microsoft.com/en-us/documentation/articles/data-factory-samples/) may be more practical.