Skip to content

Commit 911e2d2

Browse files
committed
Addressed review comments
1 parent a7b57c8 commit 911e2d2

File tree

5 files changed

+179
-17
lines changed

5 files changed

+179
-17
lines changed

articles/app-testing/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ metadata:
1616

1717
landingContent:
1818
# Card
19-
- title: About Azure App Testing
19+
- title: About Azure Load Testing
2020
linkLists:
2121
- linkListType: overview
2222
links:
23-
- text: What is Azure App Testing?
24-
url: overview-what-is-azure-app-testing.md
23+
- text: What is Azure Load Testing?
24+
url: load-testing/overview-what-is-azure-load-testing.md
2525

2626

articles/app-testing/overview-what-is-azure-app-testing.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

articles/app-testing/toc.yml

Lines changed: 174 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,174 @@
1+
items:
2+
- name: Azure Load Testing
3+
expanded: true
4+
items:
5+
- name: Overview
6+
items:
7+
- name: What is Azure Load Testing?
8+
displayName: ALT, load, MALT
9+
href: load-testing/overview-what-is-azure-load-testing.md
10+
- name: Quickstarts
11+
items:
12+
- name: Create a URL-based load test
13+
href: load-testing/quickstart-create-and-run-load-test.md
14+
- name: Create a load test with a JMeter script
15+
href: load-testing/how-to-create-and-run-load-test-with-JMeter-script.md
16+
- name: Create a load test with a Locust script
17+
href: load-testing/quickstart-create-run-load-test-with-locust.md
18+
- name: Create and run a load test from Visual Studio Code
19+
href: load-testing/quickstart-create-run-load-tests-from-visual-studio-code.md
20+
- name: Automate load tests with Azure Pipelines
21+
displayName: Azure Pipelines, CI/CD, continuous integration, Azure DevOps, GitHub Actions, automation, automated testing, regression testing
22+
href: load-testing/quickstart-add-load-test-cicd.md
23+
- name: Tutorials
24+
items:
25+
- name: Identify performance bottlenecks
26+
displayName: Azure Pipelines, CI/CD, continuous integration, performance, bottleneck, issues, analyze
27+
href: load-testing/tutorial-identify-bottlenecks-azure-portal.md
28+
- name: Concepts
29+
items:
30+
- name: Key concepts
31+
href: load-testing/concept-load-testing-concepts.md
32+
- name: Scenarios
33+
items:
34+
- name: Scenarios for VNET deployment
35+
href: load-testing/concept-azure-load-testing-vnet-injection.md
36+
- name: Load test Azure App Service apps
37+
href: load-testing/concept-load-test-app-service.md
38+
- name: How-to guides
39+
items:
40+
- name: Configure test plan
41+
items:
42+
- name: Add HTTP requests to URL-based tests
43+
href: load-testing/how-to-add-requests-to-url-based-test.md
44+
- name: Read data from a CSV file
45+
href: load-testing/how-to-read-csv-data.md
46+
- name: Customize tests with JMeter plugins
47+
href: load-testing/how-to-use-jmeter-plugins.md
48+
- name: Use JMeter user properties
49+
href: load-testing/how-to-configure-user-properties.md
50+
- name: Configure test settings
51+
items:
52+
- name: Configure for high scale loads
53+
href: load-testing/how-to-high-scale-load.md
54+
- name: Generate load from multiple regions
55+
href: load-testing/how-to-generate-load-from-multiple-regions.md
56+
- name: Define test fail criteria
57+
href: load-testing/how-to-define-test-criteria.md
58+
- name: Parameterize load tests
59+
href: load-testing/how-to-parameterize-load-tests.md
60+
- name: Test private endpoints
61+
displayName: virtual network, vnet, hybrid, on-premises, onprem, private link, subnet
62+
href: load-testing/how-to-test-private-endpoint.md
63+
- name: Test secure endpoints
64+
displayName: secured, certificate, client certificate, password, oauth, security, secure endpoint
65+
href: load-testing/how-to-test-secured-endpoints.md
66+
- name: Use multiple certificates in tests
67+
href: load-testing/how-to-use-multiple-certificates.md
68+
- name: Run tests in debug mode
69+
href: load-testing/how-to-run-tests-in-debug-mode.md
70+
- name: Schedule load tests
71+
href: load-testing/how-to-schedule-tests.md
72+
- name: Automation
73+
items:
74+
- name: Run load tests in CI/CD
75+
displayName: Azure Pipelines, CI/CD, continuous integration, Azure DevOps, GitHub Actions, automation, automated testing, regression testing, Jenkins, CircleCI, Travis CI
76+
href: load-testing/how-to-configure-load-test-cicd.md
77+
- name: Analyze test results
78+
items:
79+
- name: Compare test runs
80+
displayName: comparison, regression, baseline, compare metrics, compare results
81+
href: load-testing/how-to-compare-multiple-test-runs.md
82+
- name: Configure server-side monitoring
83+
href: load-testing/how-to-monitor-server-side-metrics.md
84+
- name: Analyze test results using AI
85+
href: load-testing/how-to-analyze-test-results-using-actionable-insights.md
86+
- name: Diagnose failing load tests
87+
href: load-testing/how-to-diagnose-failing-load-test.md
88+
- name: Export test results
89+
href: load-testing/how-to-export-test-results.md
90+
- name: Security
91+
items:
92+
- name: Manage users and roles
93+
href: load-testing/how-to-assign-roles.md
94+
- name: Use a managed identity
95+
href: load-testing/how-to-use-a-managed-identity.md
96+
- name: Configure customer-managed keys
97+
href: load-testing/how-to-configure-customer-managed-keys.md
98+
- name: Secure Azure Load Testing with Azure Policy
99+
href: load-testing/how-to-use-azure-policy.md
100+
- name: Manage resources
101+
items:
102+
- name: Create & manage tests (Azure portal)
103+
href: load-testing/how-to-create-manage-test.md
104+
- name: Create & manage test runs (Azure portal)
105+
href: load-testing/how-to-create-manage-test-runs.md
106+
- name: Move between regions
107+
href: load-testing/how-to-move-between-regions.md
108+
- name: Move across resource groups or subscriptions
109+
href: load-testing/how-to-move-between-resource-groups-subscriptions.md
110+
- name: Monitor Azure Load Testing
111+
href: load-testing/monitor-load-testing.md
112+
- name: Manage usage limits
113+
href: load-testing/how-to-manage-usage-limits.md
114+
- name: Enable notifications
115+
href: load-testing/how-to-create-notification-rules.md
116+
- name: Test Azure services
117+
items:
118+
- name: Test App Service web apps
119+
href: load-testing/how-to-create-load-test-app-service.md
120+
- name: Test Azure Functions
121+
href: load-testing/how-to-create-load-test-function-app.md
122+
- name: Optimize Azure Functions
123+
href: load-testing/how-to-optimize-azure-functions.md
124+
- name: Samples
125+
items:
126+
- name: Contoso Traders cloud testing demo
127+
href: https://github.com/microsoft/contosotraders-cloudtesting/
128+
- name: Examples repository
129+
href: /samples/?expanded=azure&products=azure-load-testing
130+
- name: Troubleshoot and debug
131+
items:
132+
- name: Troubleshoot issues in private endpoints tests
133+
href: load-testing/troubleshoot-private-endpoint-tests.md
134+
- name: Reference
135+
items:
136+
- name: Azure CLI
137+
href: /cli/azure/load
138+
- name: Azure PowerShell
139+
href: /powershell/module/az.loadtesting/
140+
- name: .NET
141+
href: /dotnet/api/overview/azure/load-testing
142+
- name: Java
143+
href: /java/api/overview/azure/load-testing
144+
- name: Node.js
145+
href: /javascript/api/overview/azure/load-testing
146+
- name: Python
147+
href: /python/api/overview/azure/load-testing
148+
- name: REST API
149+
href: /rest/api/loadtesting/
150+
- name: Resource Manager template
151+
displayName: ARM
152+
href: /azure/templates/microsoft.loadtestservice/allversions
153+
- name: Monitor data reference
154+
href: load-testing/monitor-load-testing-reference.md
155+
- name: Test configuration YAML
156+
href: load-testing/reference-test-config-yaml.md
157+
- name: Resources
158+
items:
159+
- name: Azure Load Testing Blog
160+
href: https://techcommunity.microsoft.com/t5/apps-on-azure-blog/bg-p/AppsonAzureBlog/label-name/Azure%20Load%20Testing
161+
- name: Azure updates
162+
href: https://azure.microsoft.com/updates/?query=azure%20load%20testing
163+
- name: Pricing
164+
href: https://azure.microsoft.com/pricing/details/load-testing/
165+
- name: Regional availability
166+
href: https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=load-testing
167+
- name: Supported Apache JMeter features
168+
href: load-testing/resource-jmeter-support.md
169+
- name: Supported Azure resource types
170+
href: load-testing/resource-supported-azure-resource-types.md
171+
- name: Service limits
172+
href: load-testing/resource-limits-quotas-capacity.md
173+
- name: JMeter property overrides
174+
href: load-testing/resource-jmeter-property-overrides.md

articles/security/develop/secure-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The focus of the release phase is readying a project for public release. This in
2626

2727
### Check your application’s performance before you launch
2828

29-
Check your application's performance before you launch it or deploy updates to production. Use Azure Load Testing to run cloud-based [load tests](../../app-testing/load-testing/index.yml) to find performance problems in your application, improve deployment quality, make sure that your application is always up or available, and that your application can handle traffic for your launch.
29+
Check your application's performance before you launch it or deploy updates to production. Use Azure Load Testing to run cloud-based [load tests](../../app-testing/index.yml) to find performance problems in your application, improve deployment quality, make sure that your application is always up or available, and that your application can handle traffic for your launch.
3030

3131
### Install a web application firewall
3232

articles/security/fundamentals/operational-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ You can use [Azure Resource Manager](../../azure-resource-manager/templates/synt
189189
**Detail**: [Azure Pipelines](/azure/devops/pipelines/index) is a solution for automating multiple-stage deployment and managing the release process. Create managed continuous deployment pipelines to release quickly, easily, and often. With Azure Pipelines, you can automate your release process, and you can have predefined approval workflows. Deploy on-premises and to the cloud, extend, and customize as required.
190190

191191
**Best practice**: Check your app's performance before you launch it or deploy updates to production.
192-
**Detail**: Run cloud-based [load tests](../../app-testing/load-testing/index.yml) to:
192+
**Detail**: Run cloud-based [load tests](../../app-testing/index.yml) to:
193193

194194
- Find performance problems in your app.
195195
- Improve deployment quality.

0 commit comments

Comments
 (0)