On-premise stored procedure accepts two parameters and returns multiple records, which needs to be written to azure data lake store(adls). Those 2 parameters are existing in two different files, which I trying to read from 2 individual Look UP activities in ADF.
Unfortunately Copy activity where stored procedure is being executed, accepts only one dependent input link. So how can I pass these two parameters to copy activity?
Are there any work arounds to look up two different files and pass the returned values to stored procedure?