azure-load-testing

Automate Azure Load Testing resource creation and test execution via CLI and Bicep.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/tomz/agent-skills --skill azure-load-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-load-testing
Source: https://github.com/tomz/agent-skills/tree/main/azure-load-testing
Command: npx skills add https://github.com/tomz/agent-skills --skill azure-load-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Azure Load Testing enables teams to validate the performance and reliability of applications by provisioning scalable load testing resources in Azure and integrating results into CI/CD pipelines, eliminating bespoke tooling.

Core Features & Use Cases

  • Create and configure Load Testing resources in Azure.
  • Run URL-based quick tests or JMeter/JMX test plans, capture server-side metrics, and integrate results into CI/CD workflows.
  • Use VNet injection to test private endpoints and internal services securely, including environment-variable and secret management.

Quick Start

Create a new Azure Load Testing resource and start a quick URL-based test against your application.

Frequently Asked Questions about azure-load-testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run JMeter load tests in Azure CI/CD pipelines?

You can run JMeter load tests in Azure CI/CD pipelines by automating Azure Load Testing resource creation and test execution. The process supports JMX test plans, captures server-side metrics, and integrates results directly into your workflows.

What is Azure Load Testing used for?

Azure Load Testing is used to validate application performance and reliability by provisioning scalable load testing resources in Azure. It eliminates bespoke tooling by integrating test execution and results into your CI/CD workflows.

Can I test private endpoints using Azure Load Testing?

Yes, you can test private endpoints and internal services securely using Azure Load Testing. It supports VNet injection to access private network resources directly during your test execution.

How do I manage environment variables and secrets for Azure load tests?

You can manage environment variables and secrets for Azure load tests using environment-variable management and Key Vault integration. This allows secure configuration of your JMeter test plans during execution.

Does Azure Load Testing support URL-based quick tests?

Yes, Azure Load Testing supports URL-based quick tests alongside full JMX test plans. You can rapidly validate application performance against specific URLs without configuring a complete JMeter script.

How do I configure auto-stop criteria for JMeter tests in Azure?

You can configure auto-stop criteria for JMeter tests in Azure to automatically halt test execution if performance thresholds are breached. This prevents unnecessary resource consumption during failing load tests.