Skip to content

Commit f067285

Browse files
Merge pull request #90520 from changeworld/patch-16
Fix typo
2 parents 77be416 + 8936564 commit f067285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/load-testing/how-to-parameterize-load-tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ To specify an environment variable to the load test by using the Azure portal, d
265265

266266
If you run your load test in a CI/CD workflow, you can define environment variables in the YAML test configuration file. For more information about the syntax, see the [Test configuration YAML reference](./reference-test-config-yaml.md).
267267

268-
Alternatively, you can directly specify environment variables in the CI/CD workflow definition. You use input parameters for the GitHub Action or Azure Pipelines task to pass environment variables to the Apache JMeter script.
268+
Alternatively, you can directly specify environment variables in the CI/CD workflow definition. You use input parameters for the Azure Load Testing action or Azure Pipelines task to pass environment variables to the Apache JMeter script.
269269

270270
The following YAML snippet shows a GitHub Actions example:
271271

@@ -311,7 +311,7 @@ No. The Azure Load Testing service doesn't store the values of secrets. When you
311311

312312
### What happens if I have parameters in both my YAML configuration file and the CI/CD workflow?
313313

314-
If a parameter exists in both the YAML configuration file and the Azure Pipelines task or GitHub Action, the Azure Pipelines task or GitHub Action value will be used for the test run.
314+
If a parameter exists in both the YAML configuration file and the Azure Load Testing action or Azure Pipelines task, the value from the CI/CD workflow will be used for the test run.
315315

316316
### I created and ran a test from my CI/CD workflow by passing parameters using the Azure Load Testing task or action. Can I run this test from the Azure portal with the same parameters?
317317

0 commit comments

Comments
 (0)