@@ -38,24 +38,32 @@ landingContent:
38
38
links :
39
39
- text : Identify performance bottlenecks
40
40
url : tutorial-identify-bottlenecks-azure-portal.md
41
- - text : Set up automated regression testing
41
+ - text : Set up automated regression testing (Azure Pipelines)
42
42
url : tutorial-cicd-azure-pipelines.md
43
43
44
44
# Card
45
45
- title : Configure load tests
46
46
linkLists :
47
47
- linkListType : how-to-guide
48
48
links :
49
- - text : Configure for high scale
49
+ - text : Configure for high scale loads
50
50
url : how-to-high-scale-load.md
51
51
- text : Parameterize load tests
52
52
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'
56
54
url : how-to-define-test-criteria.md
57
55
- text : Use JMeter user properties
58
56
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
59
67
- text : Read data from a CSV file
60
68
url : how-to-read-csv-data.md
61
69
@@ -66,6 +74,8 @@ landingContent:
66
74
links :
67
75
- text : Identify performance regressions by comparing test runs
68
76
url : how-to-compare-multiple-test-runs.md
77
+ - text : Configure server-side monitoring
78
+ url : how-to-monitor-server-side-metrics.md
69
79
- text : Get insights from App Service Diagnostics
70
80
url : how-to-appservice-insights.md
71
81
- text : Export test results for custom reporting
@@ -96,19 +106,9 @@ landingContent:
96
106
linkLists :
97
107
- linkListType : how-to-guide
98
108
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
101
111
- text : Move between regions
102
112
url : how-to-move-between-regions.md
103
113
- text : Monitor Azure Load Testing
104
114
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
0 commit comments