When I am running a U-SQL script from ADF using U-SQL activity, I am getting the below error
The provided Script is 135823414 bytes long, which exceeds the size limit of 2097152 bytes
But when I am running the same script from Visual studio, my script is running fine.
Any idea?