Skip to content

Commit 7955031

Browse files
authored
Merge pull request #259773 from ntrogh/alt-merge-tutorials
[Azure Load Testing] Merge tutorials
2 parents fdcd3e6 + b558605 commit 7955031

38 files changed

+141
-358
lines changed

articles/load-testing/.openpublishing.redirection.azure-load-testing.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
},
88
{
99
"source_path_from_root": "/articles/load-testing/tutorial-cicd-azure-pipelines.md",
10-
"redirect_url": "/azure/load-testing/tutorial-identify-performance-regression-with-cicd",
10+
"redirect_url": "/azure/load-testing/quickstart-add-load-test-cicd",
1111
"redirect_document_id": true
1212
},
1313
{
1414
"source_path_from_root": "/articles/load-testing/tutorial-cicd-github-actions.md",
15-
"redirect_url": "/azure/load-testing/tutorial-identify-performance-regression-with-cicd",
15+
"redirect_url": "/azure/load-testing/how-to-configure-load-test-cicd",
1616
"redirect_document_id": false
1717
},
1818
{
@@ -29,6 +29,11 @@
2929
"source_path_from_root":"/articles/load-testing/how-to-troubleshoot-failing-test.md",
3030
"redirect_url":"/azure/load-testing/how-to-diagnose-failing-load-test",
3131
"redirect_document_id":true
32+
},
33+
{
34+
"source_path_from_root":"/articles/load-testing/tutorial-identify-performance-regression-with-cicd.md",
35+
"redirect_url":"/azure/load-testing/quickstart-add-load-test-cicd",
36+
"redirect_document_id":false
3237
}
3338
]
3439
}

articles/load-testing/concept-load-test-app-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ Learn how to:
109109
- [Start create a URL-based load test](./quickstart-create-and-run-load-test.md).
110110
- [Identify performance bottlenecks](./tutorial-identify-bottlenecks-azure-portal.md) for Azure applications.
111111
- [Configure your test for high-scale load](./how-to-high-scale-load.md).
112-
- [Configure automated performance testing](./tutorial-identify-performance-regression-with-cicd.md).
112+
- [Configure automated performance testing](./quickstart-add-load-test-cicd.md).

articles/load-testing/concept-load-testing-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,4 @@ You now know the key concepts of Azure Load Testing to start creating a load tes
140140
- Learn how [Azure Load Testing works](./overview-what-is-azure-load-testing.md#how-does-azure-load-testing-work).
141141
- Learn how to [Create and run a load test for a website](./quickstart-create-and-run-load-test.md).
142142
- Learn how to [Identify a performance bottleneck in an Azure application](./tutorial-identify-bottlenecks-azure-portal.md).
143-
- Learn how to [Set up automated regression testing with CI/CD](./tutorial-identify-performance-regression-with-cicd.md).
143+
- Learn how to [Set up automated regression testing with CI/CD](./quickstart-add-load-test-cicd.md).

articles/load-testing/how-to-compare-multiple-test-runs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ Use the following steps to mark a test run as baseline:
121121

122122
- Learn more about [exporting the load test results for reporting](./how-to-export-test-results.md).
123123
- Learn more about [diagnosing failing load tests](./how-to-diagnose-failing-load-test.md).
124-
- Learn more about [configuring automated performance testing with CI/CD](./tutorial-identify-performance-regression-with-cicd.md).
124+
- Learn more about [configuring automated performance testing with CI/CD](./quickstart-add-load-test-cicd.md).

articles/load-testing/how-to-configure-load-test-cicd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,6 @@ If you don't plan to use any of the resources that you created, delete them so y
350350
351351
Advance to the next article to learn how to identify performance regressions by defining test fail criteria and comparing test runs.
352352
353-
- [Tutorial: automate regression tests](./tutorial-identify-performance-regression-with-cicd.md)
353+
- [Tutorial: automate regression tests](./quickstart-add-load-test-cicd.md)
354354
- [Define test fail criteria](./how-to-define-test-criteria.md)
355355
- [View performance trends over time](./how-to-compare-multiple-test-runs.md)

articles/load-testing/how-to-configure-user-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To add a user properties file to your load test by using the Azure portal, follo
7171

7272
If you run a load test within your CI/CD workflow, you add the user properties file to the source control repository. You then specify this properties file in the [load test configuration YAML file](./reference-test-config-yaml.md).
7373

74-
For more information about running a load test in a CI/CD workflow, see the [Automated regression testing tutorial](./tutorial-identify-performance-regression-with-cicd.md).
74+
For more information about running a load test in a CI/CD workflow, see the [Automated regression testing quickstart](./quickstart-add-load-test-cicd.md).
7575

7676
To add a user properties file to your load test, follow these steps:
7777

articles/load-testing/how-to-create-and-run-load-test-with-jmeter-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ To create a load test using an existing JMeter script with the Azure CLI:
8080
Specify a unique test ID for your load test, and the name of the JMeter test script (JMX file). If you use an existing test ID, a test run will be added to the test when you run it.
8181

8282
```azurecli
83-
$testId="<test-id>"
83+
testId="<test-id>"
8484
testPlan="<my-jmx-file>"
8585
```
8686

articles/load-testing/how-to-create-manage-test-runs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Test runs are associated with a load test in Azure Load Testing. To view the tes
3838
- Select **Download input file** to download all input files for running the test, such as the JMeter test script, input data files, and user property files. The download also contains the [load test configuration YAML file](./reference-test-config-yaml.md).
3939

4040
> [!TIP]
41-
> You can use the downloaded test configuration YAML file for [setting up automated load testing in a CI/CD pipeline](./tutorial-identify-performance-regression-with-cicd.md).
41+
> You can use the downloaded test configuration YAML file for [setting up automated load testing in a CI/CD pipeline](./how-to-configure-load-test-cicd.md).
4242

4343
- Select **Download results file** to download the JMeter test results CSV file. This file contains an entry for each web request. Learn more about [exporting load test results](./how-to-export-test-results.md).
4444

@@ -121,4 +121,4 @@ To identify performance degradation over time, you can visually compare up to fi
121121
## Next steps
122122

123123
- [Create and manage load tests](./how-to-create-manage-test.md)
124-
- [Set up automated load testing with CI/CD](./tutorial-identify-performance-regression-with-cicd.md)
124+
- [Set up automated load testing with CI/CD](./quickstart-add-load-test-cicd.md)

articles/load-testing/how-to-create-manage-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,4 +240,4 @@ To delete a test in the Azure portal:
240240

241241
- [Create and manage test runs](./how-to-create-manage-test-runs.md)
242242
- [Identify performance bottlenecks with Azure Load Testing in the Azure portal](./quickstart-create-and-run-load-test.md)
243-
- [Set up automated load testing with CI/CD](./tutorial-identify-performance-regression-with-cicd.md)
243+
- [Set up automated load testing with CI/CD](./quickstart-add-load-test-cicd.md)

articles/load-testing/how-to-define-test-criteria.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ In this section, you configure test criteria for a load test in the Azure portal
9595

9696
# [Azure Pipelines / GitHub Actions](#tab/pipelines+github)
9797

98-
In this section, you configure test criteria for a load test, as part of a CI/CD workflow. Learn how to [set up automated performance testing with CI/CD](./tutorial-identify-performance-regression-with-cicd.md).
98+
In this section, you configure test criteria for a load test, as part of a CI/CD workflow. Learn how to [set up automated performance testing with CI/CD](./quickstart-add-load-test-cicd.md).
9999

100100
For CI/CD workflows, you configure the load test settings in a [YAML test configuration file](./reference-test-config-yaml.md). You store the load test configuration file alongside the JMeter test script file in the source control repository.
101101

@@ -207,12 +207,12 @@ To specify auto stop settings in the YAML configuration file:
207207

208208
1. Save the YAML configuration file, and commit the changes to source control.
209209

210-
Learn how to [set up automated performance testing with CI/CD](./tutorial-identify-performance-regression-with-cicd.md).
210+
Learn how to [set up automated performance testing with CI/CD](./quickstart-add-load-test-cicd.md).
211211

212212
---
213213

214214
## Next steps
215215

216216
- To learn how to parameterize a load test by using secrets, see [Parameterize a load test](./how-to-parameterize-load-tests.md).
217217

218-
- To learn about performance test automation, see [Configure automated performance testing](./tutorial-identify-performance-regression-with-cicd.md).
218+
- To learn about performance test automation, see [Configure automated performance testing](./quickstart-add-load-test-cicd.md).

0 commit comments

Comments
 (0)