Hello @Burra, Ashok , I believe you will be executing an azure function to extract data from Sql database, process - as per requirement and write to ADL ( please correct me if I haven't understood it correctly ).
Here I am sharing couple of example :
- To extract data :
https://learn.microsoft.com/en-us/azure/azure-functions/functions-scenario-database-table-cleanup
- To write data to ADL :
https://github.com/Azure/azure-functions-datalake-extension
https://github.com/Azure/azure-functions-datalake-extension/blob/master/samples/DataLakeExtensionSamples/OutputFromBlob.cs
[These are samples, you may need to modify your code based on your requirement with the help of these documents)
Please let me know if this helps or you need anything specific in any certain language.