Azure · Operations
Azure Load Testing
Managed JMeter / URL-based load tests.
Official docsOverview
Azure Load Testing runs JMeter scripts at scale from selected regions with auto-stop conditions and metrics integration.
When to use it
- Performance gates in CI
- Pre-release stress testing
Setup
- Create Azure Load Testing resource.
- Upload .jmx or define URL tests.
- Configure pass/fail criteria (e.g. p95 < 800ms).
How to use
Run from pipeline
- task: AzureLoadTest@1
inputs:
loadTestConfigFile: 'config.yaml'
resourceGroup: qa-rg
loadTestResource: 'perf-tests'QA use cases
- Block release if p95 regressed >20% vs baseline.
