Hi Brown, Jason ,
Thankyou for using Microsoft Q&A platform and thanks for posting your question here.
As per my understanding, you are trying to parameterize your linked service which is using keyvault for storing the password. The parameter has its value stored in global parameter in ADF workspace. Please let me know if that is not the correct understanding.
You need to create a parameter in the dataset level and in URL , select the parameter which would generate this expression:
`@dataset().BaseURL`
Once you do that , you will be able to see the parameter in all the activities wherever this dataset has been utilized and you can pass the value from the global parameter.
Hope it helps. Please let me know if you have any concerns or doubts. In case the answer helped, please accept it by clicking on Accept answer
button. Thankyou