I created a stored procedure using U-SQL in Azure data lake.I want to schedule that stored procedure in Azure Data factory. Is it possible? I've tried following steps:
- I created a stored procedure using U-SQL in Azure Data Lake.
 - I've created a script which executes the same procedure.
 - Now, I am trying to run that U-SQL script from ADF.
 
Is this a right way to execute a U-SQL stored procedure?
                        
Yes, if you want to schedule the execution of a U-SQL stored procedure/script, you should be able to run the script by using the "DataLakeAnalyticsU-SQL" activity type in ADF.