RegionalConfiguration interface

Region distribution configuration for the load test.

Properties

engineInstances

The number of engine instances to execute load test in specified region. Supported values are in range of 1-400.

region

Azure region name. The region name should of format accepted by ARM, and should be a region supported by Azure Load Testing. For example, East US should be passed as "eastus". The region name must match one of the strings in the "Name" column returned from running the "az account list-locations -o table" Azure CLI command.

Property Details

engineInstances

The number of engine instances to execute load test in specified region. Supported values are in range of 1-400.

engineInstances: number

Property Value

number

region

Azure region name. The region name should of format accepted by ARM, and should be a region supported by Azure Load Testing. For example, East US should be passed as "eastus". The region name must match one of the strings in the "Name" column returned from running the "az account list-locations -o table" Azure CLI command.

region: string

Property Value

string