Skip to content

Commit 0770720

Browse files
Merge pull request #227400 from ninallam/patch-4
Update JMeter version and Java version for custom plugins
2 parents c093ef0 + f477488 commit 0770720

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

articles/load-testing/how-to-use-jmeter-plugins.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ You can add a plugin JAR file when you create a new load test, or anytime when y
4646

4747
For plugins from https://jmeter-plugins.org, you don't need to upload the JAR file. Azure Load Testing automatically configures these plugins for you.
4848

49+
> [!NOTE]
50+
> We recommend that you build the executable JAR using Java 17.
51+
4952
# [Azure portal](#tab/portal)
5053

5154
Follow these steps to upload a JAR file by using the Azure portal:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can trigger Azure Load Testing from Azure Pipelines or GitHub Actions workfl
5353

5454
Azure Load Testing test engines abstract the required infrastructure for [running a high-scale load test](./how-to-high-scale-load.md). The test engines run the Apache JMeter script to simulate a large number of virtual users simultaneously accessing your application endpoints. When you create a load test based on a URL, Azure Load Testing automatically generates a JMeter test script for you. To scale out the load test, you can configure the number of test engines.
5555

56-
Azure Load Testing uses Apache JMeter version 5.4.3 for running load tests. You can use Apache JMeter plugins from https://jmeter-plugins.org or [upload your own plugin code](./how-to-use-jmeter-plugins.md).
56+
Azure Load Testing uses Apache JMeter version 5.5 for running load tests. You can use Apache JMeter plugins from https://jmeter-plugins.org or [upload your own plugin code](./how-to-use-jmeter-plugins.md).
5757

5858
The application can be hosted anywhere: in Azure, on-premises, or in other clouds. To load test services that have no public endpoint, [deploy Azure Load Testing in a virtual network](./how-to-test-private-endpoint.md).
5959

0 commit comments

Comments
 (0)