Skip to content

Commit 1bf202d

Browse files
authored
Merge pull request #207685 from ntrogh/alt-toc
[Azure Load Testing] Restructure table of contents (ToC)
2 parents 4def333 + 0edae32 commit 1bf202d

File tree

2 files changed

+71
-63
lines changed

2 files changed

+71
-63
lines changed

articles/load-testing/index.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,32 @@ landingContent:
3838
links:
3939
- text: Identify performance bottlenecks
4040
url: tutorial-identify-bottlenecks-azure-portal.md
41-
- text: Set up automated regression testing
41+
- text: Set up automated regression testing (Azure Pipelines)
4242
url: tutorial-cicd-azure-pipelines.md
4343

4444
# Card
4545
- title: Configure load tests
4646
linkLists:
4747
- linkListType: how-to-guide
4848
links:
49-
- text: Configure for high scale
49+
- text: Configure for high scale loads
5050
url: how-to-high-scale-load.md
5151
- text: Parameterize load tests
5252
url: how-to-parameterize-load-tests.md
53-
- text: Configure server-side monitoring
54-
url: how-to-monitor-server-side-metrics.md
55-
- text: 'Define pass/fail criteria'
53+
- text: 'Define test fail criteria'
5654
url: how-to-define-test-criteria.md
5755
- text: Use JMeter user properties
5856
url: how-to-configure-user-properties.md
57+
58+
# Card
59+
- title: Run load tests
60+
linkLists:
61+
- linkListType: how-to-guide
62+
links:
63+
- text: Create a load test with a JMeter script
64+
url: how-to-create-and-run-load-test-with-jmeter-script.md
65+
- text: Test a private endpoint with VNET injection
66+
url: how-to-test-private-endpoint.md
5967
- text: Read data from a CSV file
6068
url: how-to-read-csv-data.md
6169

@@ -66,6 +74,8 @@ landingContent:
6674
links:
6775
- text: Identify performance regressions by comparing test runs
6876
url: how-to-compare-multiple-test-runs.md
77+
- text: Configure server-side monitoring
78+
url: how-to-monitor-server-side-metrics.md
6979
- text: Get insights from App Service Diagnostics
7080
url: how-to-appservice-insights.md
7181
- text: Export test results for custom reporting
@@ -96,19 +106,9 @@ landingContent:
96106
linkLists:
97107
- linkListType: how-to-guide
98108
links:
99-
- text: Test a private endpoint with VNET injection
100-
url: how-to-test-private-endpoint.md
109+
- text: Create & manage tests
110+
url: how-to-create-manage-test.md
101111
- text: Move between regions
102112
url: how-to-move-between-regions.md
103113
- text: Monitor Azure Load Testing
104114
url: monitor-load-testing.md
105-
106-
# Card
107-
- title: Reference docs
108-
linkLists:
109-
- linkListType: reference
110-
links:
111-
- text: REST API
112-
url: /rest/api/loadtesting/
113-
- text: Test configuration YAML
114-
url: reference-test-config-yaml.md

articles/load-testing/toc.yml

Lines changed: 54 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -13,69 +13,77 @@ items:
1313
- name: Create & run a load test
1414
href: quickstart-create-and-run-load-test.md
1515
- name: Tutorials
16-
expanded: true
1716
items:
1817
- name: Identify performance bottlenecks
1918
href: tutorial-identify-bottlenecks-azure-portal.md
20-
- name: Continuous regression testing (CI/CD)
21-
expanded: true
22-
items:
23-
- name: Automate with GitHub Actions
24-
href: tutorial-cicd-github-actions.md
25-
- name: Automate with Azure Pipelines
26-
href: tutorial-cicd-azure-pipelines.md
19+
- name: Automate regression tests with GitHub Actions
20+
href: tutorial-cicd-github-actions.md
21+
- name: Automate regression tests with Azure Pipelines
22+
href: tutorial-cicd-azure-pipelines.md
2723
- name: Concepts
28-
expanded: true
2924
items:
3025
- name: Key concepts
3126
href: concept-load-testing-concepts.md
3227
- name: Scenarios for VNET deployment
3328
href: concept-azure-load-testing-vnet-injection.md
3429
- name: How-to guides
35-
expanded: true
3630
items:
37-
- name: Create & manage tests
38-
href: how-to-create-manage-test.md
39-
- name: Create a load test with a JMeter script
40-
href: how-to-create-and-run-load-test-with-JMeter-script.md
41-
- name: Compare test runs
42-
href: how-to-compare-multiple-test-runs.md
43-
- name: Configure server-side monitoring
44-
href: how-to-monitor-server-side-metrics.md
45-
- name: Configure for high scale loads
46-
href: how-to-high-scale-load.md
47-
- name: Troubleshoot with load test logs
48-
href: how-to-find-download-logs.md
49-
- name: Define test criteria
50-
href: how-to-define-test-criteria.md
51-
- name: Parameterize load tests
52-
href: how-to-parameterize-load-tests.md
53-
- name: Use JMeter user properties
54-
href: how-to-configure-user-properties.md
55-
- name: Read data from a CSV file
56-
href: how-to-read-csv-data.md
57-
- name: Get insights from App Service Diagnostics
58-
href: how-to-appservice-insights.md
59-
- name: Export test results
60-
href: how-to-export-test-results.md
61-
- name: Manage users and roles
62-
href: how-to-assign-roles.md
63-
- name: Use a managed identity
64-
href: how-to-use-a-managed-identity.md
65-
- name: Configure customer-managed keys
66-
href: how-to-configure-customer-managed-keys.md
67-
- name: Test a private endpoint
68-
href: how-to-test-private-endpoint.md
69-
- name: Move between regions
70-
href: how-to-move-between-regions.md
71-
- name: Monitor Azure Load Testing
72-
href: monitor-load-testing.md
31+
- name: Configure tests
32+
items:
33+
- name: Configure for high scale loads
34+
href: how-to-high-scale-load.md
35+
- name: Define test fail criteria
36+
href: how-to-define-test-criteria.md
37+
- name: Parameterize load tests
38+
href: how-to-parameterize-load-tests.md
39+
- name: Use JMeter user properties
40+
href: how-to-configure-user-properties.md
41+
- name: Run tests
42+
items:
43+
- name: Create a load test with a JMeter script
44+
href: how-to-create-and-run-load-test-with-JMeter-script.md
45+
- name: Read data from a CSV file
46+
href: how-to-read-csv-data.md
47+
- name: Test a private endpoint
48+
href: how-to-test-private-endpoint.md
49+
- name: Analyze test results
50+
items:
51+
- name: Compare test runs
52+
href: how-to-compare-multiple-test-runs.md
53+
- name: Configure server-side monitoring
54+
href: how-to-monitor-server-side-metrics.md
55+
- name: Troubleshoot with load test logs
56+
href: how-to-find-download-logs.md
57+
- name: Get insights from App Service Diagnostics
58+
href: how-to-appservice-insights.md
59+
- name: Export test results
60+
href: how-to-export-test-results.md
61+
- name: Security
62+
items:
63+
- name: Manage users and roles
64+
href: how-to-assign-roles.md
65+
- name: Use a managed identity
66+
href: how-to-use-a-managed-identity.md
67+
- name: Configure customer-managed keys
68+
href: how-to-configure-customer-managed-keys.md
69+
- name: Manage resources
70+
items:
71+
- name: Create & manage tests
72+
href: how-to-create-manage-test.md
73+
- name: Move between regions
74+
href: how-to-move-between-regions.md
75+
- name: Monitor Azure Load Testing
76+
href: monitor-load-testing.md
77+
7378
- name: Reference
7479
items:
7580
- name: REST API
7681
href: /rest/api/loadtesting/
7782
- name: Test configuration YAML
7883
href: reference-test-config-yaml.md
84+
- name: Resource Manager template
85+
displayName: ARM
86+
href: /azure/templates/microsoft.loadtestservice/allversions
7987
- name: Monitor data reference
8088
href: monitor-load-testing-reference.md
8189

0 commit comments

Comments
 (0)