Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 627 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 627 Bytes

Terraform for Distributed JMeter Setup

JMeter Test Environment in Azure

architecture

Setup

Update variables, such as subscription_id, location, rgname and etc in variables.tf.

Note that this terraform script will be provisioned on existing environment. You may also need to create a new service principal for managing resources.

Run Terraform

terraform init
terraform apply

Config Master and Agents

Please refer CONFIG.md for more information.