I need to use the Variable group in the azure pipeline that links to Azure Key Vault secret. The secret will be used to connect to a sql database.
Is there a way th
Since there no such option or checkbox in task of pipeline to directly achieve pass variable value to .jmx file, you can use the Replace token task to achieve the Parameter value replaced.
.jmx file which has
received the value), then specify the target files.jmx file with the format #{parameter name}#:Note: The parameter name which defined in the .jmx file should same with the variable name which in Azure key Vault. Otherwise, the parameter could not get the value from variable.
This is my source files which exists in my agent locally, you can see that the value was passed successfully: