I have the following hard coded Stored Procedure in Azure Data Factory
Can someone let me know how I can parameterize it? I need to be able select from a range of Stored Procedures.
You can use script activity task to parameterize the stored procedures as well