My secret value is stored in Azure Key Vault.I have given access to key vault and load test resource. I need to send this secret in Azure Load Test yml file and run azure load tests in pipeline. When I run pipeline, it says invalid secrets. Please help how to pass this in yml file to run the test.
This is how I parameterized the HTTP request enter image description here
I used getSecret function in retrieve the value enter image description here
This is how I passed them in load test yml file:
secrets: | [ { "name": "secretValue", "value": https://secret.vault.azure.net/secrets/Mysecret/45ff4094dsk9gkjdlkja5134a035uj0 } ]