Getting Started with Azure Load Testing

A new sheriff in town. Microsoft launched the fully managed Azure service for performance test engineers and developers to perform high scale load testing called Azure Load Testing, currently in preview mode. It is quite a big announcement for performance engineers. Let us see whether Azure Load Testing fulfills our needs or not in this blog post.

What is Azure Load Testing?

As foretold, aptly put, Azure Load Testing is an offering for the customers who are in the Azure ecosystem. Even if you are not in Azure, you can still spin up the load test resource for performance testing. But the catch is, PRICING. We can discuss the pricing in another blog post. Let us focus on the features, how to get started and more.

Azure Load Testing is backed up by none other than Apache JMeter and Azure infrastructure. Here is a meme I created after the announcement was made.

Azure Load Testing Meme
Azure Load Testing Meme

Azure Services

In Azure Load Testing, the core component is the latest version of Apache JMeter 5.4.1 and the Open JDK 64-bit 15.0.5. Microsoft has its own flavor of JDK. But I am not sure whether Azure Load Testing uses Microsoft distribution or other flavors.

Tests will be executed on Linux AMD instance with 4 cores and 16 GB RAM.

Apart from JMeter and JDK, following are the dependencies which will be created for performance testing:

  • App Service
  • Kubernetes
  • Application Insights
  • Virtual Machine
  • Azure SQL Server
  • Storage account
  • Azure Monitor (for monitoring)

Here is the sample dashboard:

Azure Monitor
Azure Monitor

Getting Started with Azure Load Testing

To get started with Azure Load Testing, the following are the prerequisites:

  • Azure account with active subscription
  • JMeter script and its dependencies

Creating an Azure account is simple and free. If you are new to Azure, you will get a $200 credit for 30 days.

Assigning roles

Before creating Azure Load Testing resources, let us create a Management Group and assign a valid role to spin up the resource.

In the Azure portal, search for Management Groups. In Management Groups, click on Create and enter the valid Management group ID and then click on Submit.

Management Groups help to organize the various entities such as policies, compliance and more.

Management Groups
Management Groups

Inside the created management group, it is important to add an active subscription. Click on Add Subcription and select the active subscription and then click on Save.

Active Subscription
Active Subscription

To spin up the resources, it is critical to have valid roles assigned. To assign a Load Test Owner role, click on Access Control (IAM) and then click on the Add role assignment button as shown below.

Add a Role
Add a Role

In the Add role assignment window, search for “load” and then select the appropriate role. In this example, I selected Load Test Owner. Click on the Next button to add the members.

Role Assignment
Role Assignment

Click on Select Members and then add the valid members. Click on Next to Review and Assign.

Select Members
Select Members

Create a new Azure Load Testing resource

To begin with the performance testing, the first step is to create a new Azure Load Testing resource. Go to the home page of Azure portal, and enter Load Test in the search text bar.

Getting Started with Azure Load Testing
Getting Started with Azure Load Testing

Select Azure Load Testing under Services as shown above.

On the Azure Load Testing page, click on Create to create a new Load Test Resource. Under the Basics tab, fill in the mandatory fields as shown below. Then, click on the Review + create button.

Create Load Test Resource
Create Load Test Resource

After validation is successful, click on Create. This will initialize the deployment and, once it is successfully completed, you will get the status.

Deployment Status
Deployment Status

Click on the Go to resource button to view the landing page of Azure Load Testing. Welcome home :)

Home page of Azure Load Testing
Home page of Azure Load Testing

Create a new test

Click on the Create button to start a new test for performance testing. It is a 7 – step easy process.

Create a new test
Create a new test
  1. In the Basics tab, enter the test name and description.
  2. In Test plan, upload the JMeter test plan and its dependencies. Only one test plan is allowed.
  3. In Parameters, enter sensitive information like API keys, Passwords and more.
  4. In Load, configure the number of engines you need for your test. 1 engine will spin up 250 threads.
  5. In Test criteria, configure the SLAs
  6. In Monitoring, you can link the resources to monitor

Click on Review + create and then click on Create, which will spin up the test.

After the validation success, the test will start. A few moments later, you will see the dashboard as shown below.

Runtime Dashboard
Runtime Dashboard

During the test, you can stop the test, refresh the dashboard, share the dashboard, and download the input file.

After the test is done, you can rerun the test, compare the test, download the logs and results and delete the run.

Delete the Azure Load Test resource

Once the test is done, please make sure that you are deleting the resource. Before deleting it, download all the artifacts.

To delete, go to the Azure Load Test resource, click on Delete, type yes, select the reason and then click on the Delete button as shown below.

Delete Azure Load Testing resource
Delete Azure Load Testing resource

Limitations and Cons

Every solution will have its own limitations. Azure Load Test comes with the following limitations from my exploration:

  1. Only one JMeter test plan is allowed to upload
  2. a limited number of regions.
  3. A maximum of 25,000 virtual users is supported.
  4. A maximum of 3 hours duration is supported. If you want to run endurance testing, you cannot trigger.
  5. Dashboard update is flaky.
  6. Expensive solution

Conclusion

Azure Load Test offering is a great solution if you are into Azure ecosystem and your performance test requirements aren’t crazy. The intuitive user interface and fluid workflow makes it easy to trigger the test.

The essential features such as creating tests, dashboards, compare, download logs/results and more have been implemented. But features such as network virtualization, multiple tests support, more virtual users, more duration, split the load across multiple engines or regions, built-in JMeter plugins support, custom snippet support and more are missing.

Give the Azure Load Test a shot, you may like it.

About the Author

1 thought on “Getting Started with Azure Load Testing”

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Hamster - Launch JMeter Recent Test Plans SwiftlyDownload for free
+
Share via
Copy link