Skip to content

Commit 44f25d1

Browse files
committed
Fixed language
1 parent 0778a77 commit 44f25d1

5 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ adobe-target: true
1414

1515
Azure Load Testing Preview is a fully managed load-testing service that enables you to generate high-scale load. The service simulates traffic for your applications, regardless of where they're hosted. Developers, testers, and quality assurance (QA) engineers can use it to optimize application performance, scalability, or capacity.
1616

17-
You can create a load test by using existing test scripts based on Apache JMeter, a popular open-source load and performance tool. For Azure-based applications, detailed resource metrics help you identify performance bottlenecks. Continuous integration and continuous deployment (CI/CD) workflows allow you to automate regression testing. Learn more about the [key concepts of Azure Load Testing](./concept-load-testing-concepts.md).
17+
You can create a load test by using existing test scripts based on Apache JMeter, a popular open-source load and performance tool. For Azure-based applications, detailed resource metrics help you identify performance bottlenecks. Continuous integration and continuous deployment (CI/CD) workflows allow you to automate regression testing. Learn more about the [key concepts for Azure Load Testing](./concept-load-testing-concepts.md).
1818

1919
> [!IMPORTANT]
2020
> Azure Load Testing is currently in preview. For legal terms that apply to Azure features that are in beta, in preview, or otherwise not yet released into general availability, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
@@ -65,4 +65,4 @@ You can trigger Azure Load Testing from Azure Pipelines or GitHub Actions workfl
6565
Start using Azure Load Testing:
6666
- [Tutorial: Use a load test to identify performance bottlenecks](./tutorial-identify-bottlenecks-azure-portal.md)
6767
- [Tutorial: Set up automated load testing](./tutorial-cicd-azure-pipelines.md)
68-
- Learn about the [key concepts of Azure Load Testing](./concept-load-testing-concepts.md).
68+
- Learn about the [key concepts for Azure Load Testing](./concept-load-testing-concepts.md).

articles/load-testing/quickstart-create-and-run-load-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This quickstart describes how to create an Azure Load Testing Preview resource b
1717

1818
After you complete this quickstart, you'll have a resource and load test that you can use for other tutorials.
1919

20-
Learn more about the [key concepts of Azure Load Testing](./concept-load-testing-concepts.md).
20+
Learn more about the [key concepts for Azure Load Testing](./concept-load-testing-concepts.md).
2121

2222
> [!IMPORTANT]
2323
> Azure Load Testing is currently in preview. For legal terms that apply to Azure features that are in beta, in preview, or otherwise not yet released into general availability, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).

articles/load-testing/tutorial-cicd-azure-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You'll deploy a sample Node.js web app on Azure App Service. The web app uses Az
1919

2020
If you're using GitHub Actions for your CI/CD workflows, see the corresponding [GitHub Actions tutorial](./tutorial-cicd-github-actions.md).
2121

22-
Learn more about the [key concepts of Azure Load Testing](./concept-load-testing-concepts.md).
22+
Learn more about the [key concepts for Azure Load Testing](./concept-load-testing-concepts.md).
2323

2424
You'll learn how to:
2525

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You'll deploy a sample Node.js web app on Azure App Service. The web app uses Az
1919

2020
If you're using Azure Pipelines for your CI/CD workflows, see the corresponding [Azure Pipelines tutorial](./tutorial-cicd-azure-pipelines.md).
2121

22-
Learn more about the [key concepts of Azure Load Testing](./concept-load-testing-concepts.md).
22+
Learn more about the [key concepts for Azure Load Testing](./concept-load-testing-concepts.md).
2323

2424
You'll learn how to:
2525

articles/load-testing/tutorial-identify-bottlenecks-azure-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this tutorial, you'll learn how to identify performance bottlenecks in a web
1717

1818
The sample application consists of a Node.js web API, which interacts with a NoSQL database. You'll deploy the web API to Azure App Service web apps and use Azure Cosmos DB as the database.
1919

20-
Learn more about the [key concepts of Azure Load Testing](./concept-load-testing-concepts.md).
20+
Learn more about the [key concepts for Azure Load Testing](./concept-load-testing-concepts.md).
2121

2222
In this tutorial, you'll learn how to:
2323

0 commit comments

Comments
 (0)