I am new to ADF, have a question
I have an excel file with some values that I want to use as parameters in the pipeline. For example instead of passing the parameters value in the pipeline , can we get the value from that source file which is uploaded in azure storage account.
And if we make any change in the value in the source file or drop a new file with different values it updates the corresponding parameter value in pipeline.
The pipeline will have a storage trigger so , when that file is dropped in the blob storage it will trigger the pipeline.
Thank you