as we have a dynamic name of the output file in u-sql in the Azure data lake based on the timestamp when the task is running. Thanks for the help. My code is as below:
OUTPUT @telDataResult TO @"wasb:// blobcontainer@blobstorage.blob.core.windows.net /**yyyymmdd**_TelDataOutput.Csv" USING Outputters.Csv();
source share