Skip to content

Commit 53d811e

Browse files
authored
Merge pull request #90534 from changeworld/patch-17
Fix typo
2 parents e8f012f + aac6b00 commit 53d811e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/load-testing/tutorial-cicd-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ You've now authenticated with Azure from the GitHub. You'll now configure the CI
150150

151151
## Configure the GitHub Actions workflow to run a load test
152152

153-
In this section, you'll set up a GitHub Actions workflow that triggers the load test. The sample application repository contains a workflow file *SampleApp.yaml*. The workflow first deploys the sample web application to Azure App Service, and then invokes the load test by using the [Azure Load Testing Action](https://github.com/marketplace/actions/azure-load-testing). The GitHub action uses an environment variable to pass the URL of the web application to the Apache JMeter script.
153+
In this section, you'll set up a GitHub Actions workflow that triggers the load test. The sample application repository contains a workflow file *SampleApp.yaml*. The workflow first deploys the sample web application to Azure App Service, and then invokes the load test by using the [Azure Load Testing Action](https://github.com/marketplace/actions/azure-load-testing). The GitHub Actions uses an environment variable to pass the URL of the web application to the Apache JMeter script.
154154

155155
Update the *SampleApp.yaml* GitHub Actions workflow file to configure the parameters for running the load test.
156156

0 commit comments

Comments
 (0)